From b7f620fff4aa8933eb7a35a2959746f652964767 Mon Sep 17 00:00:00 2001 From: Will Thompson Date: Tue, 8 Oct 2013 08:22:33 +0100 Subject: Roster: use the plural for "any contacts" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/empathy-roster-window.c b/src/empathy-roster-window.c index e06ea9333..831922760 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"), -- cgit v1.2.3