this folders -> this folder

svn path=/trunk/KDE/kdepim/; revision=919310
wilder-work
Albert Astals Cid 17 years ago
parent 5aca31e24e
commit fc94fe2bf9
  1. 2
      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

Loading…
Cancel
Save