reports: bug fixes in translation strings

* gnucash/report/report-gnome/gnc-plugin-page-report.c:
- replace 'report' by 'report configuration' where appropriate (they are
  two different animals).
- correct the menu path to 'Reports > Saved Report Configuration'
This commit is contained in:
Jannick
2020-01-02 15:04:03 +01:00
parent 9e8886efb6
commit 68a24dc7d2

View File

@@ -1165,10 +1165,10 @@ gnc_plugin_page_report_constr_init(GncPluginPageReport *plugin_page, gint report
gchar *saved_reports_path = gnc_build_userdata_path (SAVED_REPORTS_FILE);
gchar *report_save_str = g_strdup_printf (
_("Update the current report's saved configuration. "
"The report will be saved in the file %s. "), saved_reports_path);
"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 `Saved Report Configurations' menu. "
"The report will be saved in the file %s. "), saved_reports_path);
_("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[] =
{