From ed99c666fe4c3ed700972b6ede75b10a7912146c Mon Sep 17 00:00:00 2001 From: Christian Stimming Date: Tue, 31 Jan 2006 20:45:49 +0000 Subject: [PATCH] String improvements: Add missing whitespace git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@13061 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/gnome-utils/gnc-file.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/gnome-utils/gnc-file.c b/src/gnome-utils/gnc-file.c index 6df23e5dc6..ad01c1942f 100644 --- a/src/gnome-utils/gnc-file.c +++ b/src/gnome-utils/gnc-file.c @@ -244,7 +244,7 @@ show_session_error (QofBackendError io_error, case GNC_FILE_DIALOG_OPEN: default: label = GTK_STOCK_OPEN; - fmt = _("GnuCash could not obtain the lock for %s." + fmt = _("GnuCash could not obtain the lock for %s. " "That database may be in use by another user, " "in which case you should not open the database. " "Do you want to proceed with opening the database?"); @@ -252,7 +252,7 @@ show_session_error (QofBackendError io_error, case GNC_FILE_DIALOG_IMPORT: label = _("Import"); - fmt = _("GnuCash could not obtain the lock for %s." + fmt = _("GnuCash could not obtain the lock for %s. " "That database may be in use by another user, " "in which case you should not import the database. " "Do you want to proceed with importing the database?"); @@ -260,7 +260,7 @@ show_session_error (QofBackendError io_error, case GNC_FILE_DIALOG_SAVE: label = GTK_STOCK_SAVE; - fmt = _("GnuCash could not obtain the lock for %s." + fmt = _("GnuCash could not obtain the lock for %s. " "That database may be in use by another user, " "in which case you should not save the database. " "Do you want to proceed with saving the database?"); @@ -268,7 +268,7 @@ show_session_error (QofBackendError io_error, case GNC_FILE_DIALOG_EXPORT: label = _("Export"); - fmt = _("GnuCash could not obtain the lock for %s." + fmt = _("GnuCash could not obtain the lock for %s. " "That database may be in use by another user, " "in which case you should not export the database. " "Do you want to proceed with exporting the database?");