r15955 - gnucash/trunk/src/gnome - Bug#349693: s/Lot Viewer/View Lots/ for consistency with Account Tree and Action menu.
Josh Sled
jsled at cvs.gnucash.org
Sat Apr 21 14:44:16 EDT 2007
Author: jsled
Date: 2007-04-21 14:44:15 -0400 (Sat, 21 Apr 2007)
New Revision: 15955
Trac: http://svn.gnucash.org/trac/changeset/15955
Modified:
gnucash/trunk/src/gnome/gnc-plugin-page-register.c
Log:
Bug#349693: s/Lot Viewer/View Lots/ for consistency with Account Tree and Action menu.
Modified: gnucash/trunk/src/gnome/gnc-plugin-page-register.c
===================================================================
--- gnucash/trunk/src/gnome/gnc-plugin-page-register.c 2007-04-21 18:31:39 UTC (rev 15954)
+++ gnucash/trunk/src/gnome/gnc-plugin-page-register.c 2007-04-21 18:44:15 UTC (rev 15955)
@@ -232,7 +232,7 @@
{ "ActionsStockSplitAction", NULL, N_("Stoc_k Split..."), NULL,
N_("Record a stock split or a stock merger"),
G_CALLBACK (gnc_plugin_page_register_cmd_stock_split) },
- { "ActionsLotsAction", NULL, N_("_Lot Viewer..."), NULL,
+ { "ActionsLotsAction", NULL, N_("View _Lots..."), NULL,
N_("Bring up the lot viewer/editor window"),
G_CALLBACK (gnc_plugin_page_register_cmd_lots) },
{ "BlankTransactionAction", GTK_STOCK_GOTO_BOTTOM, N_("_Blank Transaction"), NULL,
More information about the gnucash-changes
mailing list