svn path=/trunk/kdenetwork/kmail/; revision=129607
@ -820,7 +820,7 @@ void KMFolderTree::rightButtonPressed(QListViewItem *lvi, const QPoint &p, int)
SLOT(slotCompactFolder()));
folderMenu->insertSeparator();
if (fti->folder->countUnread() > 0)
folderMenu->insertItem(i18n("&Mark All Mail as Read"), topLevelWidget(),
folderMenu->insertItem(i18n("&Mark All Messages as Read"), topLevelWidget(),
SLOT(slotMarkAllAsRead()));
folderMenu->insertItem(i18n("&Empty"), topLevelWidget(),
SLOT(slotEmptyFolder()));
@ -1900,7 +1900,7 @@ void KMMainWin::setupMenuBar()
modifyFolderAction = new KAction( i18n("&Properties..."), 0, this,
SLOT(slotModifyFolder()), actionCollection(), "modify" );
markAllAsReadAction = new KAction( i18n("&Mark All Mail as Read"), 0, this,
markAllAsReadAction = new KAction( i18n("&Mark All Messages as Read"), 0, this,
SLOT(slotMarkAllAsRead()), actionCollection(), "mark_all_as_read" );
expireFolderAction = new KAction(i18n("E&xpire"), 0, this, SLOT(slotExpireFolder()),