mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
I18N: enable an already translated message in gnucash.cpp
This commit is contained in:
parent
094471a9e4
commit
e84fd6a95f
@ -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"));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user