[Xfce4-commits] r24319 - in squeeze/trunk: po src

Stephan Arts stephan at xfce.org
Mon Jan 8 20:31:46 CET 2007


Author: stephan
Date: 2007-01-08 19:31:46 +0000 (Mon, 08 Jan 2007)
New Revision: 24319

Modified:
   squeeze/trunk/po/nl.po
   squeeze/trunk/src/main_window.c
Log:
fixed translations

Modified: squeeze/trunk/po/nl.po
===================================================================
--- squeeze/trunk/po/nl.po	2007-01-08 19:21:07 UTC (rev 24318)
+++ squeeze/trunk/po/nl.po	2007-01-08 19:31:46 UTC (rev 24319)
@@ -297,7 +297,7 @@
 
 #: ../src/main_window.c:781
 msgid "Lead developer:"
-msgstr "Hoofs ontwikkelaar:"
+msgstr "Hoofd ontwikkelaar:"
 
 #: ../src/main_window.c:784
 msgid "Contributors:"

Modified: squeeze/trunk/src/main_window.c
===================================================================
--- squeeze/trunk/src/main_window.c	2007-01-08 19:21:07 UTC (rev 24318)
+++ squeeze/trunk/src/main_window.c	2007-01-08 19:31:46 UTC (rev 24319)
@@ -778,13 +778,13 @@
 cb_sq_main_about(GtkWidget *widget, gpointer userdata)
 {
 	const gchar *authors[] = {
-	  N_("Lead developer:"),
+	  _("Lead developer:"),
 		"Stephan Arts <stephan at xfce.org>",
 		"",
-		N_("Contributors:"),
+		_("Contributors:"),
 		"Peter de Ridder <peter at xfce.org>",
 		"",
-		N_("Inspired by Xarchiver, written by Giuseppe Torelli"), NULL};
+		_("Inspired by Xarchiver, written by Giuseppe Torelli"), NULL};
 	GtkWidget *about_dialog = gtk_about_dialog_new();
 
 	gtk_about_dialog_set_name((GtkAboutDialog *)about_dialog, PACKAGE_NAME);



More information about the Xfce4-commits mailing list