[gnome-contacts] Add translator-credits to About dialog and correctly capitalize GNOME



commit f2438973a6a01efd62c46e39c032069ad4dcaec0
Author: Piotr DrÄg <piotrdrag gmail com>
Date:   Wed Jan 18 20:54:50 2012 +0100

    Add translator-credits to About dialog and correctly capitalize GNOME

 src/contacts-app.vala |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)
---
diff --git a/src/contacts-app.vala b/src/contacts-app.vala
index 09b3ce2..7517062 100644
--- a/src/contacts-app.vala
+++ b/src/contacts-app.vala
@@ -175,8 +175,9 @@ public class Contacts.App : Gtk.Application {
     Gtk.show_about_dialog (window,
 			   "artists", artists,
 			   "authors", authors,
-			   "program-name", _("Gnome Contacts"),
-			   "title", _("About Gnome Contacts"),
+			   "translator-credits", _("translator-credits"),
+			   "program-name", _("GNOME Contacts"),
+			   "title", _("About GNOME Contacts"),
 			   "comments", _("Contact Management Application"),
 			   "copyright", "Copyright 2011 Red Hat, Inc.",
 			   "license-type", Gtk.License.GPL_2_0,



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