forked from OpenNeo/impress
fix dumb transpositional errors in closet_hangers.create.success.owned.unlisted
This commit is contained in:
parent
9e8d39e097
commit
6695faccba
2 changed files with 2 additions and 2 deletions
|
@ -76,7 +76,7 @@ en-meep:
|
|||
owned:
|
||||
in_list:
|
||||
Meep! You own %{count} of the %{item_name} in the %{list_name} list.
|
||||
unlisted: eep! You own of the %{count} %{item_name}.
|
||||
unlisted: Meep! You own %{count} of the %{item_name}.
|
||||
wanted:
|
||||
in_list:
|
||||
Meep! You want %{count} of the %{item_name} in the %{list_name} list.
|
||||
|
|
|
@ -77,7 +77,7 @@ en:
|
|||
owned:
|
||||
in_list:
|
||||
Success! You own %{count} of the %{item_name} in the %{list_name} list.
|
||||
unlisted: Success! You own of the %{count} %{item_name}.
|
||||
unlisted: Success! You own %{count} of the %{item_name}.
|
||||
wanted:
|
||||
in_list:
|
||||
Success! You want %{count} of the %{item_name} in the %{list_name} list.
|
||||
|
|
Loading…
Reference in a new issue