gnucash maint: Price Editor - use different names for different windows

Frank H. Ellenberger fell at code.gnucash.org
Sat Dec 26 01:27:20 EST 2015


Updated	 via  https://github.com/Gnucash/gnucash/commit/ac149b7d (commit)
	from  https://github.com/Gnucash/gnucash/commit/5370124d (commit)



commit ac149b7d090deee7df1b174cdb67a22cc3822d02
Author: fell <f.ellenberger at online.de>
Date:   Sat Dec 26 05:19:06 2015 +0100

    Price Editor - use different names for different windows
    
    Rename the main window to "price database"

diff --git a/src/gnome/gnc-plugin-basic-commands.c b/src/gnome/gnc-plugin-basic-commands.c
index 40089d9..a964b0a 100644
--- a/src/gnome/gnc-plugin-basic-commands.c
+++ b/src/gnome/gnc-plugin-basic-commands.c
@@ -183,7 +183,7 @@ static GtkActionEntry gnc_plugin_actions [] =
     /* Tools menu */
 
     {
-        "ToolsPriceEditorAction", NULL, N_("_Price Editor"), NULL,
+        "ToolsPriceEditorAction", NULL, N_("_Price Database"), NULL,
         N_("View and edit the prices for stocks and mutual funds"),
         G_CALLBACK (gnc_main_window_cmd_tools_price_editor)
     },
diff --git a/src/gnome/gtkbuilder/dialog-price.glade b/src/gnome/gtkbuilder/dialog-price.glade
index 51dcec0..724eac0 100644
--- a/src/gnome/gtkbuilder/dialog-price.glade
+++ b/src/gnome/gtkbuilder/dialog-price.glade
@@ -526,7 +526,7 @@
   <object class="GtkDialog" id="Prices Dialog">
     <property name="can_focus">False</property>
     <property name="border_width">6</property>
-    <property name="title" translatable="yes">Price Editor</property>
+    <property name="title" translatable="yes">Price Database</property>
     <property name="default_width">400</property>
     <property name="default_height">400</property>
     <property name="type_hint">normal</property>



Summary of changes:
 src/gnome/gnc-plugin-basic-commands.c   | 2 +-
 src/gnome/gtkbuilder/dialog-price.glade | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)



More information about the gnucash-changes mailing list