mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
I18N: get rid of 2 underlines in MsgIds
They produced false errors in 'msgfmt -c --check-accelerators="_" ...'
This commit is contained in:
parent
863303b172
commit
cf4218230f
@ -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);
|
||||
|
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user