r16822 - gnucash/branches/2.2/src/register/ledger-core - [r16821] Make info message from r16718 and r16817 even more useful for non-techie

Christian Stimming cstim at cvs.gnucash.org
Sun Jan 6 07:44:35 EST 2008


Author: cstim
Date: 2008-01-06 07:44:35 -0500 (Sun, 06 Jan 2008)
New Revision: 16822
Trac: http://svn.gnucash.org/trac/changeset/16822

Modified:
   gnucash/branches/2.2/src/register/ledger-core/split-register-load.c
Log:
[r16821] Make info message from r16718 and r16817 even more useful for non-techie
and probably windows users.

Modified: gnucash/branches/2.2/src/register/ledger-core/split-register-load.c
===================================================================
--- gnucash/branches/2.2/src/register/ledger-core/split-register-load.c	2008-01-06 12:41:56 UTC (rev 16821)
+++ gnucash/branches/2.2/src/register/ledger-core/split-register-load.c	2008-01-06 12:44:35 UTC (rev 16822)
@@ -249,8 +249,8 @@
       if (!currency)
       {
 	gnc_info_dialog(NULL, "%s",
-			_("Could not determine the account currency for this register.  "
-			  "Using the currency obtained from the system's locale setting instead."));
+			_("Could not determine the account currency.  "
+			  "Using the default currency provided by your system."));
       }
     }
 



More information about the gnucash-changes mailing list