r20160 - gnucash/trunk/src/gnome-utils - Improve wording of libdbi error message even more.

Christian Stimming cstim at code.gnucash.org
Mon Jan 24 04:45:10 EST 2011


Author: cstim
Date: 2011-01-24 04:45:09 -0500 (Mon, 24 Jan 2011)
New Revision: 20160
Trac: http://svn.gnucash.org/trac/changeset/20160

Modified:
   gnucash/trunk/src/gnome-utils/gnc-file.c
Log:
Improve wording of libdbi error message even more.

Modified: gnucash/trunk/src/gnome-utils/gnc-file.c
===================================================================
--- gnucash/trunk/src/gnome-utils/gnc-file.c	2011-01-23 19:33:35 UTC (rev 20159)
+++ gnucash/trunk/src/gnome-utils/gnc-file.c	2011-01-24 09:45:09 UTC (rev 20160)
@@ -436,11 +436,14 @@
         break;
 
     case ERR_SQL_BAD_DBI:
-	fmt = _("The libdbi installed on your system doesn't correctly store "
-		"large numbers. This is fatal, and Gnucash will not open or "
-		"save to SQL databases until it is fixed. Please see "
-		"https://bugzilla.gnome.org/show_bug.cgi?id=611936 for more "
-		"information.");
+
+	fmt = _("The library \"libdbi\" installed on your system doesn't correctly "
+                "store large numbers.  This means GnuCash cannot use SQL databases "
+                "correctly.  Gnucash will not open or save to SQL databases until this is "
+                "fixed by installing a different version of \"libdbi\".  Please see "
+                "https://bugzilla.gnome.org/show_bug.cgi?id=611936 for more "
+                "information.");
+
 	gnc_error_dialog (parent, "%s", fmt);
 	break;
 



More information about the gnucash-changes mailing list