r20268 - gnucash/trunk/src/gnome - Bug #635552: Rename "Financial Calculator" into "Loan Repayment Calculator"

Christian Stimming cstim at code.gnucash.org
Thu Feb 10 14:46:56 EST 2011


Author: cstim
Date: 2011-02-10 14:46:56 -0500 (Thu, 10 Feb 2011)
New Revision: 20268
Trac: http://svn.gnucash.org/trac/changeset/20268

Modified:
   gnucash/trunk/src/gnome/glade/fincalc.glade
   gnucash/trunk/src/gnome/gnc-plugin-basic-commands.c
Log:
Bug #635552: Rename "Financial Calculator" into "Loan Repayment Calculator"

I've been told (by users who know the subject well enough) the "Financial
Calculator" should rather be called a "Loan Repayment Calculator" or a
"Mortgage Payment Calculator", as this is what is being offered there. So
I finally made this renaming.

Modified: gnucash/trunk/src/gnome/glade/fincalc.glade
===================================================================
--- gnucash/trunk/src/gnome/glade/fincalc.glade	2011-02-10 19:40:38 UTC (rev 20267)
+++ gnucash/trunk/src/gnome/glade/fincalc.glade	2011-02-10 19:46:56 UTC (rev 20268)
@@ -4,7 +4,7 @@
   <!-- interface-naming-policy toplevel-contextual -->
   <widget class="GtkDialog" id="Financial Calculator Dialog">
     <property name="border_width">6</property>
-    <property name="title" translatable="yes">Financial Calculator</property>
+    <property name="title" translatable="yes">Loan Repayment Calculator</property>
     <property name="resizable">False</property>
     <property name="type_hint">normal</property>
     <property name="has_separator">False</property>

Modified: gnucash/trunk/src/gnome/gnc-plugin-basic-commands.c
===================================================================
--- gnucash/trunk/src/gnome/gnc-plugin-basic-commands.c	2011-02-10 19:40:38 UTC (rev 20267)
+++ gnucash/trunk/src/gnome/gnc-plugin-basic-commands.c	2011-02-10 19:46:56 UTC (rev 20268)
@@ -180,8 +180,8 @@
         G_CALLBACK (gnc_main_window_cmd_tools_commodity_editor)
     },
     {
-        "ToolsFinancialCalculatorAction", NULL, N_("_Financial Calculator"), NULL,
-        N_("Use the financial calculator"),
+        "ToolsFinancialCalculatorAction", NULL, N_("_Loan Repayment Calculator"), NULL,
+        N_("Use the loan/mortgage repayment calculator"),
         G_CALLBACK (gnc_main_window_cmd_tools_financial_calculator)
     },
     {



More information about the gnucash-changes mailing list