diff options
Diffstat (limited to 'src/modules')
| -rw-r--r-- | src/modules/popupeditor/PopupEditorWindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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); |
