From 346a5d1fb8342843d623f38b3ca4ef0e0cd3fc86 Mon Sep 17 00:00:00 2001 From: Christian Stimming Date: Tue, 31 Jan 2006 21:04:07 +0000 Subject: [PATCH] String improvements: Add missing whitespace git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13063 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/gnome-utils/gnc-file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gnome-utils/gnc-file.c b/src/gnome-utils/gnc-file.c index ad01c1942f..2a11207ab5 100644 --- a/src/gnome-utils/gnc-file.c +++ b/src/gnome-utils/gnc-file.c @@ -298,7 +298,7 @@ show_session_error (QofBackendError io_error, 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;