[Gnucash-changes] r13201 - gnucash/trunk/src - String cleanup. Remove erroneous underscore. Fixes #330769.

Christian Stimming cstim at cvs.gnucash.org
Sat Feb 11 05:04:53 EST 2006


Author: cstim
Date: 2006-02-11 05:04:50 -0500 (Sat, 11 Feb 2006)
New Revision: 13201
Trac: http://svn.gnucash.org/trac/changeset/13201

Modified:
   gnucash/trunk/src/gnome-utils/gnc-file.c
   gnucash/trunk/src/gnome/gnc-plugin-page-register.c
Log:
String cleanup. Remove erroneous underscore. Fixes #330769.

Modified: gnucash/trunk/src/gnome/gnc-plugin-page-register.c
===================================================================
--- gnucash/trunk/src/gnome/gnc-plugin-page-register.c	2006-02-11 05:23:12 UTC (rev 13200)
+++ gnucash/trunk/src/gnome/gnc-plugin-page-register.c	2006-02-11 10:04:50 UTC (rev 13201)
@@ -196,7 +196,7 @@
 	  N_("Record the current transaction"),
 	  G_CALLBACK (gnc_plugin_page_register_cmd_enter_transaction) },
 	{ "CancelTransactionAction", GTK_STOCK_CANCEL, N_("Ca_ncel Transaction"), NULL,
-	  N_("_Cancel the current transaction"),
+	  N_("Cancel the current transaction"),
 	  G_CALLBACK (gnc_plugin_page_register_cmd_cancel_transaction) },
 	{ "VoidTransactionAction", NULL, N_("_Void Transaction"), NULL, NULL,
 	  G_CALLBACK (gnc_plugin_page_register_cmd_void_transaction) },

Modified: gnucash/trunk/src/gnome-utils/gnc-file.c
===================================================================
--- gnucash/trunk/src/gnome-utils/gnc-file.c	2006-02-11 05:23:12 UTC (rev 13200)
+++ gnucash/trunk/src/gnome-utils/gnc-file.c	2006-02-11 10:04:50 UTC (rev 13201)
@@ -543,7 +543,7 @@
     gint response;
     const char *title = _("Save changes to the file?");
     const char *message =
-      _("Changes have been made since the last time it was saved.  If "
+      _("Changes have been made since the last time it was saved. If "
 	"you continue without saving these changes will be discarded.");
 
     dialog = gtk_message_dialog_new(GTK_WINDOW(parent),



More information about the gnucash-changes mailing list