gnucash maint: Amend PR #629: Menu separator in text is "->" [I18N]
Frank H.Ellenberger
fell at code.gnucash.org
Fri Jan 3 04:38:39 EST 2020
Updated via https://github.com/Gnucash/gnucash/commit/d409d009 (commit)
from https://github.com/Gnucash/gnucash/commit/b31f5528 (commit)
commit d409d009fb6bd15fc5d5c2b50e9d3510b373d529
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date: Fri Jan 3 08:47:26 2020 +0100
Amend PR #629: Menu separator in text is "->" [I18N]
diff --git a/gnucash/report/report-gnome/gnc-plugin-page-report.c b/gnucash/report/report-gnome/gnc-plugin-page-report.c
index dc9bd3f7a..f3bcdaf1d 100644
--- a/gnucash/report/report-gnome/gnc-plugin-page-report.c
+++ b/gnucash/report/report-gnome/gnc-plugin-page-report.c
@@ -1167,7 +1167,7 @@ gnc_plugin_page_report_constr_init(GncPluginPageReport *plugin_page, gint report
_("Update the current report's saved configuration. "
"The report configuration will be saved in the file %s. "), saved_reports_path);
gchar *report_saveas_str = g_strdup_printf (
- _("Add the current report's configuration to the `Reports > Saved Report Configurations' menu. "
+ _("Add the current report's configuration to the `Reports->Saved Report Configurations' menu. "
"The report configuration will be saved in the file %s. "), saved_reports_path);
GtkActionEntry report_actions[] =
Summary of changes:
gnucash/report/report-gnome/gnc-plugin-page-report.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
More information about the gnucash-changes
mailing list