gnucash maint: Postpone the renaming of the menu entry "_Price Editor" to the next main release.

Frank H. Ellenberger fell at code.gnucash.org
Sun Dec 27 04:18:58 EST 2015


Updated	 via  https://github.com/Gnucash/gnucash/commit/1aa941cb (commit)
	from  https://github.com/Gnucash/gnucash/commit/8838cee7 (commit)



commit 1aa941cbf4e8692ae2e02a66550cdfc544039009
Author: fell <f.ellenberger at online.de>
Date:   Sun Dec 27 10:19:00 2015 +0100

    Postpone the renaming of the menu entry "_Price Editor" to the next main
    release.

diff --git a/src/gnome/gnc-plugin-basic-commands.c b/src/gnome/gnc-plugin-basic-commands.c
index a964b0a..e4e9624 100644
--- a/src/gnome/gnc-plugin-basic-commands.c
+++ b/src/gnome/gnc-plugin-basic-commands.c
@@ -181,9 +181,11 @@ static GtkActionEntry gnc_plugin_actions [] =
 #endif // CLOSE_BOOKS_ACTUALLY_WORKS
 
     /* Tools menu */
-
     {
-        "ToolsPriceEditorAction", NULL, N_("_Price Database"), NULL,
+    	/* Translators: This entry opens the Price Database window
+    	 * and will be renamed to "_Price Database" in v.2.8 */
+
+    	"ToolsPriceEditorAction", NULL, N_("_Price Editor"), NULL,
         N_("View and edit the prices for stocks and mutual funds"),
         G_CALLBACK (gnc_main_window_cmd_tools_price_editor)
     },



Summary of changes:
 src/gnome/gnc-plugin-basic-commands.c | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)



More information about the gnucash-changes mailing list