Bug#349693: s/Lot Viewer/View Lots/ for consistency with Account Tree and Action menu.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@15955 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Joshua Sled
2007-04-21 18:44:15 +00:00
parent b1248d827c
commit 619f085748
+1 -1
View File
@@ -232,7 +232,7 @@ static GtkActionEntry gnc_plugin_page_register_actions [] =
{ "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,