[Gnucash-changes] r13619 - gnucash/trunk/src/gnome - Improve wording. Mark all strings for i18n.

Christian Stimming cstim at cvs.gnucash.org
Mon Mar 13 16:11:52 EST 2006


Author: cstim
Date: 2006-03-13 16:11:52 -0500 (Mon, 13 Mar 2006)
New Revision: 13619
Trac: http://svn.gnucash.org/trac/changeset/13619

Modified:
   gnucash/trunk/src/gnome/gnc-plugin-page-register.c
Log:
Improve wording. Mark all strings for i18n.

Modified: gnucash/trunk/src/gnome/gnc-plugin-page-register.c
===================================================================
--- gnucash/trunk/src/gnome/gnc-plugin-page-register.c	2006-03-13 17:07:12 UTC (rev 13618)
+++ gnucash/trunk/src/gnome/gnc-plugin-page-register.c	2006-03-13 21:11:52 UTC (rev 13619)
@@ -1079,11 +1079,15 @@
 					GTK_DIALOG_DESTROY_WITH_PARENT,
 					GTK_MESSAGE_WARNING,
 					GTK_BUTTONS_NONE,
-					"Save changes to %s?", name);
+					/* Translators: %s is the name
+					   of the tab page */
+					_("Save changes to %s?"), name);
 	gtk_message_dialog_format_secondary_text
 	  (GTK_MESSAGE_DIALOG(dialog),
-	   "This register has pending changes.  Would you like to save "
-	   "these changes, discard the changes, or cancel the operation?");
+	   "%s",
+	   _("This register has pending changes to a transaction.  "
+	     "Would you like to save the changes to this transaction, "
+	     "discard the transaction, or cancel the operation?"));
 	gnc_gtk_dialog_add_button(dialog, _("_Discard Transaction"),
 				  GTK_STOCK_DELETE, GTK_RESPONSE_REJECT);
 	gtk_dialog_add_button(GTK_DIALOG(dialog),



More information about the gnucash-changes mailing list