]> git.0d.be Git - empathy.git/commitdiff
Roster: use the plural for "any contacts"
authorWill Thompson <will@willthompson.co.uk>
Tue, 8 Oct 2013 07:22:33 +0000 (08:22 +0100)
committerWill Thompson <will@willthompson.co.uk>
Mon, 2 Dec 2013 22:44:43 +0000 (22:44 +0000)
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

index e06ea9333b92a640dec02232c741cdeed75c2032..831922760fc0ae109b2dcaf8c958fe3a0bdddbfd 100644 (file)
@@ -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"),