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