From e2ed3a56bb0587076b4de185e70f60b8bca47818 Mon Sep 17 00:00:00 2001 From: Stephan Binner Date: Wed, 2 Jan 2002 22:02:29 +0000 Subject: [PATCH] s/Mark All Mails/Mark All Messages/ svn path=/trunk/kdenetwork/kmail/; revision=129607 --- kmfoldertree.cpp | 2 +- kmmainwin.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kmfoldertree.cpp b/kmfoldertree.cpp index a91a63f0a..0117f21f5 100644 --- a/kmfoldertree.cpp +++ b/kmfoldertree.cpp @@ -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())); diff --git a/kmmainwin.cpp b/kmmainwin.cpp index b614b45f6..1b872498e 100644 --- a/kmmainwin.cpp +++ b/kmmainwin.cpp @@ -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()),