From 3b3c57f31a1a916f7beaf4d7942b66bd13ec9f54 Mon Sep 17 00:00:00 2001 From: Matchu Date: Wed, 9 Jan 2013 22:08:17 -0600 Subject: [PATCH] fix dumb transpositional errors in closet_hangers.create.success.owned.unlisted --- config/locales/en-meep.yml | 2 +- config/locales/en.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/locales/en-meep.yml b/config/locales/en-meep.yml index b03b5616..9e3f3abd 100644 --- a/config/locales/en-meep.yml +++ b/config/locales/en-meep.yml @@ -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. diff --git a/config/locales/en.yml b/config/locales/en.yml index dc685f72..713f5afa 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -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.