From ddd152505eb45666d5cc471f3d33026b6657e053 Mon Sep 17 00:00:00 2001 From: Gonzalo Rodriguez Date: Sun, 23 Oct 2011 05:17:33 -0200 Subject: [PATCH] Fix like notification message grammar. Fixes #2222. --- config/locales/diaspora/en.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/config/locales/diaspora/en.yml b/config/locales/diaspora/en.yml index fd14ea4bf..8bff1ab70 100644 --- a/config/locales/diaspora/en.yml +++ b/config/locales/diaspora/en.yml @@ -408,12 +408,12 @@ en: many: "%{actors} has mentioned you in a %{post_link}." other: "%{actors} has mentioned you in a %{post_link}." liked: - zero: "%{actors} has just liked your %{post_link}." - one: "%{actors} has just liked your %{post_link}." - two: "%{actors} has just liked your %{post_link}." - few: "%{actors} has just liked your %{post_link}." - many: "%{actors} has just liked your %{post_link}." - other: "%{actors} has just liked your %{post_link}." + zero: "%{actors} have just liked your %{post_link}." + one: "%{actors} have just liked your %{post_link}." + two: "%{actors} have just liked your %{post_link}." + few: "%{actors} have just liked your %{post_link}." + many: "%{actors} have just liked your %{post_link}." + other: "%{actors} have just liked your %{post_link}." reshared: zero: "%{actors} has reshared your %{post_link}." one: "%{actors} has reshared your %{post_link}."