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 <[EMAIL PROTECTED]>",
                "",
-               N_("Contributors:"),
+               _("Contributors:"),
                "Peter de Ridder <[EMAIL PROTECTED]>",
                "",
-               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);

_______________________________________________
Xfce4-commits mailing list
Xfce4-commits@xfce.org
http://foo-projects.org/mailman/listinfo/xfce4-commits

Reply via email to