[krb5-auth-dialog] use "translator-credits" as suggested by the GTK+ Reference Manual



commit 8f9026ca12c76cf2a7e231b545c9ef38d79d364b
Author: Guido Günther <agx sigxcpu org>
Date:   Wed May 27 21:11:16 2009 +0200

    use "translator-credits" as suggested by the GTK+ Reference Manual

 AUTHORS                |    2 ++
 ChangeLog              |    5 +++++
 src/krb5-auth-applet.c |   16 ++++++++--------
 3 files changed, 15 insertions(+), 8 deletions(-)
---
diff --git a/AUTHORS b/AUTHORS
index 7063480..74e3555 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -5,3 +5,5 @@ Guido Günther <agx sigxcpu org>
 
 Patches have been contributed by:
 Matthias Clasen <mclasen redhat com>
+Christian Persch <chpe gnome org>
+
diff --git a/ChangeLog b/ChangeLog
index a3a0b59..d47a329 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Fri Jun 12 22:36:35 CEST 2009 Guido Günther <agx sigxcpu org>
+
+	* src/krb5-auth-applet: use _("translator-credits") in about dialog
+	* AUTHORS: add Christian Persch
+
 Fri Jun 12 11:51:20 CEST 2009 Guido Günther <agx sigxcpu org>
 
 	* preferences/krb5-auth-dialog-preferences.desktop.in: use
diff --git a/src/krb5-auth-applet.c b/src/krb5-auth-applet.c
index 3c1cdca..99928c8 100644
--- a/src/krb5-auth-applet.c
+++ b/src/krb5-auth-applet.c
@@ -594,10 +594,13 @@ static void
 ka_applet_cb_about_dialog (GtkMenuItem* menuitem G_GNUC_UNUSED,
 			   gpointer user_data G_GNUC_UNUSED)
 {
-	const gchar* authors[] = {  "Christopher Aillon <caillon redhat com>",
-				    "Colin Walters <walters verbum org>",
-				    "Guido Günther <agx sigxpcu org>",
-				    NULL };
+	const gchar* authors[] = {
+				"Christopher Aillon <caillon redhat com>",
+				"Jonathan Blandford <jrb redhat com>",
+				"Colin Walters <walters verbum org>",
+				"Guido Günther <agx sigxpcu org>",
+				NULL };
+
 	gtk_about_dialog_set_url_hook (ka_about_dialog_url_hook, NULL, NULL);
 	gtk_show_about_dialog (NULL,
 			       "authors", authors,
@@ -609,10 +612,7 @@ ka_applet_cb_about_dialog (GtkMenuItem* menuitem G_GNUC_UNUSED,
 			       "website-label", PACKAGE " website",
 			       "website", "https://honk.sigxcpu.org/piki/projects/krb5-auth-dialog/";,
 			       "license", "GNU General Public License Version 2",
-			       "translator-credits",
-			       "Jorge González <jorgegonz svn gnome org>\n"
-			       "Kjartan Maraas <kmaraas gnome org>\n"
-			       "Daniel Nylander <po danielnylander se>\n",
+			       "translator-credits", _("translator-credits"),
 			       NULL);
 }
 



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