From cf4bc44f00a4f556e1cce5bbbebcb0bb253fedc6 Mon Sep 17 00:00:00 2001 From: Panagiotis Papadopoulos Date: Fri, 23 Oct 2009 21:44:30 +0200 Subject: String Fixes -> KDE HIG --- src/previewimage.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/previewimage.cpp b/src/previewimage.cpp index 79af246d..99969893 100644 --- a/src/previewimage.cpp +++ b/src/previewimage.cpp @@ -263,12 +263,12 @@ void PreviewImage::contextMenuEvent(QContextMenuEvent* event) KActionMenu* PreviewImage::historyMenu() { - KActionMenu *histMenu = new KActionMenu(KIcon("insert-image"), i18n("Set page to preview"), this); + KActionMenu *histMenu = new KActionMenu(KIcon("insert-image"), i18n("Set Page to Preview"), this); QList history = Application::historyManager()->history(); if(history.isEmpty()) { - KAction *a = new KAction(i18n("History is empty"), this); + KAction *a = new KAction(i18n("History is Empty"), this); a->setEnabled(false); histMenu->addAction(a); return histMenu; -- cgit v1.2.1