From d6f55f7545ccb2199bfe1f3d1f89983d6a3e2b7a Mon Sep 17 00:00:00 2001 From: Andrew Coles Date: Mon, 18 Oct 2004 13:14:49 +0000 Subject: [PATCH] CVS_SILENT Removed surplus apostrophe: it's only needs an apostrophe if it's short for 'it is', not if it indicates posession. So, for example: It's cold today. The dog is wearing its coat. However, in KDE, abbreviations using apostrophes have been struck out, so it should in fact be: It is cold today. svn path=/trunk/kdepim/; revision=355632 --- kmfoldercachedimap.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kmfoldercachedimap.cpp b/kmfoldercachedimap.cpp index c532f9e21..d8c4ac125 100644 --- a/kmfoldercachedimap.cpp +++ b/kmfoldercachedimap.cpp @@ -449,7 +449,7 @@ void KMFolderCachedImap::slotTroubleshoot() return; } QString str = i18n("Are you sure you want to refresh the IMAP cache of " - "the folder %1 and all it's subfolders?\nThis will " + "the folder %1 and all its subfolders?\nThis will " "remove all changes you have done locally to your " "folders.").arg( label() ); QString s1 = i18n("Refresh IMAP Cache");