From e84fd6a95fc665d08eda10837307b3dbd702b48e Mon Sep 17 00:00:00 2001 From: "Frank H. Ellenberger" Date: Sat, 26 Sep 2020 20:12:01 +0200 Subject: [PATCH] I18N: enable an already translated message in gnucash.cpp --- gnucash/gnucash.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnucash/gnucash.cpp b/gnucash/gnucash.cpp index 74d66105b9..4bcf004d7f 100644 --- a/gnucash/gnucash.cpp +++ b/gnucash/gnucash.cpp @@ -328,7 +328,7 @@ Gnucash::Gnucash::configure_program_options (void) bpo::options_description app_options(_("Application Options")); app_options.add_options() ("nofile", bpo::bool_switch (&m_nofile), - N_("Do not load the last file opened")) + _("Do not load the last file opened")) ("help-gtk", bpo::bool_switch (&m_show_help_gtk), _("Show help for gtk options"));