From 66b51463f0b5a7b7892a4cebd774ac1b46cba16f Mon Sep 17 00:00:00 2001 From: Stephan Binner Date: Mon, 31 Dec 2001 10:20:38 +0000 Subject: [PATCH] CVS_SILENT Fixed capitalisation. svn path=/trunk/kdenetwork/kmail/; revision=129279 --- kmfoldertree.cpp | 4 ++-- kmmainwin.cpp | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/kmfoldertree.cpp b/kmfoldertree.cpp index 4d65f01e4..ae3f32d4a 100644 --- a/kmfoldertree.cpp +++ b/kmfoldertree.cpp @@ -818,7 +818,7 @@ void KMFolderTree::rightButtonPressed(QListViewItem *lvi, const QPoint &p, int) SLOT(slotCompactFolder())); folderMenu->insertSeparator(); if (fti->folder->countUnread() > 0) - folderMenu->insertItem(i18n("&Mark all Mails as read"), topLevelWidget(), + folderMenu->insertItem(i18n("&Mark All Mails as Read"), topLevelWidget(), SLOT(slotMarkAllAsRead())); folderMenu->insertItem(i18n("&Empty"), topLevelWidget(), SLOT(slotEmptyFolder())); @@ -830,7 +830,7 @@ void KMFolderTree::rightButtonPressed(QListViewItem *lvi, const QPoint &p, int) if (!fti->folder->noContent() && fti->folder->isMailingList()) { folderMenu->insertSeparator(); - folderMenu->insertItem(i18n("&Post to mailing-list"), + folderMenu->insertItem(i18n("&Post to Mailing-List"), topLevelWidget(), SLOT(slotCompose())); } } diff --git a/kmmainwin.cpp b/kmmainwin.cpp index 92ad652d1..e325c085f 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 Mails as read"), 0, this, + markAllAsReadAction = new KAction( i18n("&Mark All Mails as Read"), 0, this, SLOT(slotMarkAllAsRead()), actionCollection(), "mark_all_as_read" ); expireFolderAction = new KAction(i18n("E&xpire"), 0, this, SLOT(slotExpireFolder()),