[Gnucash-changes] r13063 - gnucash/trunk/src/gnome-utils - String improvements: Add missing whitespace

Christian Stimming cstim at cvs.gnucash.org
Tue Jan 31 16:04:07 EST 2006


Author: cstim
Date: 2006-01-31 16:04:07 -0500 (Tue, 31 Jan 2006)
New Revision: 13063
Trac: http://svn.gnucash.org/trac/changeset/13063

Modified:
   gnucash/trunk/src/gnome-utils/gnc-file.c
Log:
String improvements: Add missing whitespace

Modified: gnucash/trunk/src/gnome-utils/gnc-file.c
===================================================================
--- gnucash/trunk/src/gnome-utils/gnc-file.c	2006-01-31 20:47:42 UTC (rev 13062)
+++ gnucash/trunk/src/gnome-utils/gnc-file.c	2006-01-31 21:04:07 UTC (rev 13063)
@@ -298,7 +298,7 @@
       break;
 
     case ERR_BACKEND_DATA_CORRUPT:
-      fmt = _("The file/URL %s"
+      fmt = _("The file/URL %s "
               "does not contain GnuCash data or the data is corrupt.");
       gnc_error_dialog (parent, fmt, newfile);
       break;



More information about the gnucash-changes mailing list