[Gnucash-changes] r11960 - gnucash/trunk/src/gnome-utils - Mark missing string for translation

Christian Stimming cstim at cvs.gnucash.org
Wed Nov 16 16:02:47 EST 2005


Author: cstim
Date: 2005-11-16 16:02:47 -0500 (Wed, 16 Nov 2005)
New Revision: 11960
Trac: http://svn.gnucash.org/trac/changeset/11960

Modified:
   gnucash/trunk/src/gnome-utils/gnc-main-window.c
Log:
Mark missing string for translation

Modified: gnucash/trunk/src/gnome-utils/gnc-main-window.c
===================================================================
--- gnucash/trunk/src/gnome-utils/gnc-main-window.c	2005-11-16 20:18:48 UTC (rev 11959)
+++ gnucash/trunk/src/gnome-utils/gnc-main-window.c	2005-11-16 21:02:47 UTC (rev 11960)
@@ -938,7 +938,7 @@
 #endif
 
   gtk_dialog_add_buttons(GTK_DIALOG(dialog),
-			 "Close _without Saving", GTK_RESPONSE_CLOSE,
+			 _("Close _without Saving"), GTK_RESPONSE_CLOSE,
 			 GTK_STOCK_CANCEL, GTK_RESPONSE_CANCEL,
 			 GTK_STOCK_SAVE, GTK_RESPONSE_APPLY,
 			 NULL);



More information about the gnucash-changes mailing list