r15341 - gnucash/branches/2.0/src/gnome - Actually translate untranslated string. Merges 15325 from trunk. I18n is unchanged.

Christian Stimming cstim at cvs.gnucash.org
Fri Jan 12 07:48:01 EST 2007


Author: cstim
Date: 2007-01-12 07:48:00 -0500 (Fri, 12 Jan 2007)
New Revision: 15341
Trac: http://svn.gnucash.org/trac/changeset/15341

Modified:
   gnucash/branches/2.0/src/gnome/gnc-split-reg.c
Log:
Actually translate untranslated string. Merges 15325 from trunk. I18n is unchanged.

Modified: gnucash/branches/2.0/src/gnome/gnc-split-reg.c
===================================================================
--- gnucash/branches/2.0/src/gnome/gnc-split-reg.c	2007-01-12 01:41:17 UTC (rev 15340)
+++ gnucash/branches/2.0/src/gnome/gnc-split-reg.c	2007-01-12 12:48:00 UTC (rev 15341)
@@ -991,7 +991,7 @@
 
   gtk_dialog_add_button(GTK_DIALOG(dialog),
 			GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL);
-  gnc_gtk_dialog_add_button(dialog, N_("_Remove Splits"),
+  gnc_gtk_dialog_add_button(dialog, _("_Remove Splits"),
 			    GTK_STOCK_DELETE, GTK_RESPONSE_ACCEPT);
   response = gnc_dialog_run(GTK_DIALOG(dialog), warning);
   gtk_widget_destroy (dialog);



More information about the gnucash-changes mailing list