From 792b4ac1ee87813f1cdeee85ced49abc7aea795b Mon Sep 17 00:00:00 2001 From: Christian Stimming Date: Thu, 10 Feb 2011 19:46:56 +0000 Subject: [PATCH] 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. git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20268 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/gnome/glade/fincalc.glade | 2 +- src/gnome/gnc-plugin-basic-commands.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/gnome/glade/fincalc.glade b/src/gnome/glade/fincalc.glade index b8cc19cb13..f5ccd3ead5 100644 --- a/src/gnome/glade/fincalc.glade +++ b/src/gnome/glade/fincalc.glade @@ -4,7 +4,7 @@ 6 - Financial Calculator + Loan Repayment Calculator False normal False diff --git a/src/gnome/gnc-plugin-basic-commands.c b/src/gnome/gnc-plugin-basic-commands.c index 4eaf261b82..cc5a92063c 100644 --- a/src/gnome/gnc-plugin-basic-commands.c +++ b/src/gnome/gnc-plugin-basic-commands.c @@ -180,8 +180,8 @@ static GtkActionEntry gnc_plugin_actions [] = 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) }, {