[empathy] Roster: use the plural for "any contacts"



commit b7f620fff4aa8933eb7a35a2959746f652964767
Author: Will Thompson <will willthompson co uk>
Date:   Tue Oct 8 08:22:33 2013 +0100

    Roster: use the plural for "any contacts"
    
    In the context of “You haven't added any contact yet”, “contact” should
    be plural. This patch fixes the LANG=C string; translators can do their
    thing.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=709611

 src/empathy-roster-window.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/empathy-roster-window.c b/src/empathy-roster-window.c
index e06ea93..8319227 100644
--- a/src/empathy-roster-window.c
+++ b/src/empathy-roster-window.c
@@ -1726,7 +1726,7 @@ set_notebook_page (EmpathyRosterWindow *self)
         {
           if (g_settings_get_boolean (self->priv->gsettings_ui,
                 EMPATHY_PREFS_UI_SHOW_OFFLINE))
-            display_page_message (self, _("You haven't added any contact yet"),
+            display_page_message (self, _("You haven't added any contacts yet"),
                 PAGE_MESSAGE_FLAG_ADD_CONTACT);
           else
             display_page_message (self, _("No online contacts"),


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]