fix dumb transpositional errors in closet_hangers.create.success.owned.unlisted

This commit is contained in:
Emi Matchu 2013-01-09 22:08:17 -06:00
parent 9e8d39e097
commit 6695faccba
2 changed files with 2 additions and 2 deletions

View file

@ -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.

View file

@ -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.