r20236 - gnucash/trunk/src/import-export/aqbanking - i18n: Fix missing space in message

Christian Stimming cstim at code.gnucash.org
Sat Feb 5 10:52:10 EST 2011


Author: cstim
Date: 2011-02-05 10:52:09 -0500 (Sat, 05 Feb 2011)
New Revision: 20236
Trac: http://svn.gnucash.org/trac/changeset/20236

Modified:
   gnucash/trunk/src/import-export/aqbanking/gnc-file-aqb-import.c
Log:
i18n: Fix missing space in message

Modified: gnucash/trunk/src/import-export/aqbanking/gnc-file-aqb-import.c
===================================================================
--- gnucash/trunk/src/import-export/aqbanking/gnc-file-aqb-import.c	2011-02-05 09:02:47 UTC (rev 20235)
+++ gnucash/trunk/src/import-export/aqbanking/gnc-file-aqb-import.c	2011-02-05 15:52:09 UTC (rev 20236)
@@ -295,7 +295,7 @@
                 g_warning("%s", errstr->str);
                 gnc_error_dialog(NULL,
                                  _("An error occurred while executing jobs: %d of %d failed. "
-                                   "Please check the log window or gnucash.trace for the exact"
+                                   "Please check the log window or gnucash.trace for the exact "
                                    "error message.\n\n%s")
                                  , num_jobs_failed, num_jobs, errstr->str);
             }



More information about the gnucash-changes mailing list