From fc94fe2bf937a6d5f019dc91d87a35bb5ffa7837 Mon Sep 17 00:00:00 2001 From: Albert Astals Cid Date: Sat, 31 Jan 2009 18:00:24 +0000 Subject: [PATCH] this folders -> this folder svn path=/trunk/KDE/kdepim/; revision=919310 --- kmfolderdialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kmfolderdialog.cpp b/kmfolderdialog.cpp index 5fef919fc..5285c2b15 100644 --- a/kmfolderdialog.cpp +++ b/kmfolderdialog.cpp @@ -563,7 +563,7 @@ KMail::FolderDialogGeneralTab::FolderDialogGeneralTab( KMFolderDialog* dlg, ++row; gl->addWidget( mSharedSeenFlagsCheckBox, row, 0, 1, 1 ); mSharedSeenFlagsCheckBox->setWhatsThis( i18n( "If enabled, the unread state of messages in this folder will be the same " - "for all users having access to this folders. If disabled (the default), every user with access to this folder has her " + "for all users having access to this folder. If disabled (the default), every user with access to this folder has her " "own unread state." ) ); } topLayout->addStretch( 100 ); // eat all superfluous space