[gnome-contacts] Revert "Typo in singular form"



commit a6247316b878271d7bfefbdc1569e76300a20cdf
Author: Gabor Kelemen <kelemeng gnome hu>
Date:   Sun Mar 17 13:03:02 2013 +0100

    Revert "Typo in singular form"
    
    This reverts commit 402f00a5bec1177c1ed2286b3b4a3d837dff1362.
    
    String freeze break was not approved. I have educated my team member about
    the Freeze, sorry.

 src/contacts-app.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/contacts-app.vala b/src/contacts-app.vala
index fae6400..4fd50f4 100644
--- a/src/contacts-app.vala
+++ b/src/contacts-app.vala
@@ -495,7 +495,7 @@ public class Contacts.App : Gtk.Application {
     g.set_column_spacing (8);
     notification.add (g);
 
-    string msg = ngettext ("%d contact linked",
+    string msg = ngettext ("%d contacts linked",
                            "%d contacts linked",
                            contact_list.size).printf (contact_list.size);
 


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