AUDIT: r16821 - gnucash/trunk/src/register/ledger-core - Make info message from r16718 and r16817 even more useful for non-techie

Christian Stimming cstim at cvs.gnucash.org
Sun Jan 6 07:41:58 EST 2008


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

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


Modified: gnucash/trunk/src/register/ledger-core/split-register-load.c
===================================================================
--- gnucash/trunk/src/register/ledger-core/split-register-load.c	2008-01-06 03:04:50 UTC (rev 16820)
+++ gnucash/trunk/src/register/ledger-core/split-register-load.c	2008-01-06 12:41:56 UTC (rev 16821)
@@ -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