gnucash maint: I18N: Improve button tooltips of budget

Frank H.Ellenberger fell at code.gnucash.org
Sun Mar 14 17:07:27 EDT 2021


Updated	 via  https://github.com/Gnucash/gnucash/commit/7f317a7f (commit)
	from  https://github.com/Gnucash/gnucash/commit/bda94d04 (commit)



commit 7f317a7fdfa9addb0cd6370dd5f182f9b257fe0a
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date:   Sun Mar 14 22:01:16 2021 +0100

    I18N: Improve button tooltips of budget

diff --git a/gnucash/gnome/gnc-plugin-page-budget.c b/gnucash/gnome/gnc-plugin-page-budget.c
index 6c36045e1..4db252454 100644
--- a/gnucash/gnome/gnc-plugin-page-budget.c
+++ b/gnucash/gnome/gnc-plugin-page-budget.c
@@ -180,13 +180,13 @@ static GtkActionEntry gnc_plugin_page_budget_actions [] =
     {
         "BudgetNoteAction", "text-x-generic", N_("Edit Note"),
         NULL,
-        N_("Edit note for the selected account and period"),
+        N_("Edit note for the selected account and period."),
         G_CALLBACK (gnc_plugin_page_budget_cmd_budget_note)
     },
     {
         "BudgetReportAction", "system-run", N_("Budget Report"),
         NULL,
-        N_("Run budget report"),
+        N_("Run the budget report."),
         G_CALLBACK (gnc_plugin_page_budget_cmd_budget_report)
     },
     /* View menu */



Summary of changes:
 gnucash/gnome/gnc-plugin-page-budget.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)



More information about the gnucash-changes mailing list