AUDIT: r15325 - gnucash/trunk/src/gnome - Actually translate "Remove Splits".

Andreas Köhler andi5 at cvs.gnucash.org
Sun Jan 7 09:17:56 EST 2007


Author: andi5
Date: 2007-01-07 09:17:55 -0500 (Sun, 07 Jan 2007)
New Revision: 15325
Trac: http://svn.gnucash.org/trac/changeset/15325

Modified:
   gnucash/trunk/src/gnome/gnc-split-reg.c
Log:
Actually translate "Remove Splits".

The button label in the warning dialog about reconciled splits when
removing splits from a transaction used N_ without gettext, so was
untranslated.

BP


Modified: gnucash/trunk/src/gnome/gnc-split-reg.c
===================================================================
--- gnucash/trunk/src/gnome/gnc-split-reg.c	2007-01-07 13:04:50 UTC (rev 15324)
+++ gnucash/trunk/src/gnome/gnc-split-reg.c	2007-01-07 14:17:55 UTC (rev 15325)
@@ -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