I18N: enable an already translated message in gnucash.cpp

This commit is contained in:
Frank H. Ellenberger 2020-09-26 20:12:01 +02:00
parent 094471a9e4
commit e84fd6a95f

View File

@ -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"));