diff options
| author | 2015-12-27 22:41:58 +0000 | |
|---|---|---|
| committer | 2015-12-28 00:09:10 +0000 | |
| commit | f7cdc2e955557b10cace398d150d655ea474387f (patch) | |
| tree | 4b24debc7757c7d5c41e8db8f929c5d5f1b87514 /src/modules | |
| parent | Hide the Advanced button in the "Restore default script" dialog once it's cli... (diff) | |
| download | KVIrc-f7cdc2e955557b10cace398d150d655ea474387f.tar.gz KVIrc-f7cdc2e955557b10cace398d150d655ea474387f.tar.bz2 KVIrc-f7cdc2e955557b10cace398d150d655ea474387f.zip | |
Fix brain farts: dont capitalize option labels +
dont capitalize less than 5 letter prepositions
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); |
