diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/previewimage.cpp | 4 | 
1 files 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<HistoryItem> 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; | 
