From f7cdc2e955557b10cace398d150d655ea474387f Mon Sep 17 00:00:00 2001 From: un1versal Date: Sun, 27 Dec 2015 22:41:58 +0000 Subject: Fix brain farts: dont capitalize option labels + dont capitalize less than 5 letter prepositions --- src/modules/popupeditor/PopupEditorWindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/popupeditor/PopupEditorWindow.cpp') diff --git a/src/modules/popupeditor/PopupEditorWindow.cpp b/src/modules/popupeditor/PopupEditorWindow.cpp index cb4e3b830..0d0b67339 100644 --- a/src/modules/popupeditor/PopupEditorWindow.cpp +++ b/src/modules/popupeditor/PopupEditorWindow.cpp @@ -1154,7 +1154,7 @@ void PopupEditorWidget::customContextMenuRequested(const QPoint &pos) m_pContextPopup->addAction( *(g_pIconManager->getSmallIcon(KviIconManager::Floppy)), - __tr2qs_ctx("&Export Popup To...","editor"), + __tr2qs_ctx("&Export Popup to...","editor"), this,SLOT(exportCurrentPopup())) ->setEnabled(it); -- cgit v1.3.1-10-gc9f91