From 146d20c92b7d438c41665ae351e608d2b7dfbd59 Mon Sep 17 00:00:00 2001 From: Hans Petter Bieker Date: Wed, 21 Jun 2000 22:52:43 +0000 Subject: [PATCH] Removed spaces. svn path=/trunk/kdenetwork/kmail/; revision=53933 --- kfileio.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kfileio.cpp b/kfileio.cpp index c96818ab0..fbbd00cea 100644 --- a/kfileio.cpp +++ b/kfileio.cpp @@ -179,7 +179,7 @@ bool kBytesToFile(const char* aBuffer, int len, if (aAskIfExists) { QString str; - str = i18n("File %1 exists.\nDo you want to replace it ?") + str = i18n("File %1 exists.\nDo you want to replace it?") .arg(aFileName); rc = KMessageBox::warningContinueCancel(0, str, i18n("Save to file"), i18n("&Replace")); @@ -197,7 +197,7 @@ bool kBytesToFile(const char* aBuffer, int len, // failed to rename file if (!aVerbose) return FALSE; rc = KMessageBox::warningContinueCancel(0, - i18n("Failed to make a backup copy of %1.\nContinue anyway ?") + i18n("Failed to make a backup copy of %1.\nContinue anyway?") .arg(aFileName), i18n("Save to file"), i18n("&Save")); if (rc != KMessageBox::Continue) return FALSE;