[Goodies-commits] r6692 - gigolo/trunk/src

Enrico Troeger enrico at xfce.org
Sun Feb 15 16:38:30 CET 2009


Author: enrico
Date: 2009-02-15 15:38:30 +0000 (Sun, 15 Feb 2009)
New Revision: 6692

Modified:
   gigolo/trunk/src/window.c
Log:
Mark two strings in the About dialog as translatable.

Modified: gigolo/trunk/src/window.c
===================================================================
--- gigolo/trunk/src/window.c	2009-02-15 15:36:52 UTC (rev 6691)
+++ gigolo/trunk/src/window.c	2009-02-15 15:38:30 UTC (rev 6692)
@@ -423,8 +423,8 @@
 	gtk_show_about_dialog(GTK_WINDOW(window),
 		"authors", authors,
 		"logo-icon-name", gigolo_get_application_icon_name(),
-		"comments", "A simple frontend to easily connect to remote filesystems",
-		"copyright", "Copyright 2008-2009 Enrico Tröger",
+		"comments", _("A simple frontend to easily connect to remote filesystems"),
+		"copyright", _("Copyright 2008-2009 Enrico Tröger"),
 		"website", "http://www.uvena.de/gigolo/",
 		"version", VERSION,
 		"translator-credits", _("translator-credits"),




More information about the Goodies-commits mailing list