gnucash maint: I18N: enable an already translated message in gnucash.cpp

Frank H.Ellenberger fell at code.gnucash.org
Sat Sep 26 14:12:13 EDT 2020


Updated	 via  https://github.com/Gnucash/gnucash/commit/e84fd6a9 (commit)
	from  https://github.com/Gnucash/gnucash/commit/094471a9 (commit)



commit e84fd6a95fc665d08eda10837307b3dbd702b48e
Author: Frank H. Ellenberger <frank.h.ellenberger at gmail.com>
Date:   Sat Sep 26 20:12:01 2020 +0200

    I18N: enable an already translated message in gnucash.cpp

diff --git a/gnucash/gnucash.cpp b/gnucash/gnucash.cpp
index 74d66105b..4bcf004d7 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"));
 



Summary of changes:
 gnucash/gnucash.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



More information about the gnucash-changes mailing list