From cf4218230fb63d87972db74998a1fa657a647917 Mon Sep 17 00:00:00 2001 From: "Frank H. Ellenberger" Date: Thu, 7 Mar 2019 06:21:35 +0100 Subject: [PATCH] I18N: get rid of 2 underlines in MsgIds They produced false errors in 'msgfmt -c --check-accelerators="_" ...' --- gnucash/gnome-utils/gnc-main-window.c | 4 ++-- gnucash/import-export/csv-exp/csv-tree-export.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gnucash/gnome-utils/gnc-main-window.c b/gnucash/gnome-utils/gnc-main-window.c index 44e595010f..f09eb94a46 100644 --- a/gnucash/gnome-utils/gnc-main-window.c +++ b/gnucash/gnome-utils/gnc-main-window.c @@ -4560,10 +4560,10 @@ gnc_main_window_cmd_help_about (GtkAction *action, GncMainWindow *window) * Enter your name or that of your team and an email contact for feedback. * The string can have multiple rows, so you can also add a list of * contributors. */ - "translator-credits", _("translator_credits"), + "translator-credits", _("translator-credits"), "version", version, "website", PACKAGE_URL, - "website_label", _("Visit the GnuCash website."), + "website-label", _("Visit the GnuCash website."), NULL); g_free(version); diff --git a/gnucash/import-export/csv-exp/csv-tree-export.c b/gnucash/import-export/csv-exp/csv-tree-export.c index 94b556ba13..0ee2395a85 100644 --- a/gnucash/import-export/csv-exp/csv-tree-export.c +++ b/gnucash/import-export/csv-exp/csv-tree-export.c @@ -155,7 +155,7 @@ void csv_tree_export (CsvExportInfo *info) header = g_strconcat (end_sep, _("type"), mid_sep, _("full_name"), mid_sep, _("name"), mid_sep, _("code"), mid_sep, _("description"), mid_sep, _("color"), mid_sep, _("notes"), mid_sep, _("commoditym"), mid_sep, _("commodityn"), mid_sep, - _("hidden"), mid_sep, _("tax"), mid_sep, _("place_holder"), end_sep, EOLSTR, NULL); + _("hidden"), mid_sep, _("tax"), mid_sep, _("placeholder"), end_sep, EOLSTR, NULL); DEBUG("Header String: %s", header); /* Write header line */