diff options
| author | 2015-12-28 03:30:46 +0000 | |
|---|---|---|
| committer | 2015-12-28 03:30:46 +0000 | |
| commit | ca77ab0362ab7e9b12803589cbe1c7b3d90d042c (patch) | |
| tree | b47a0f670ef048a942768046c36e225d9824d99b /src/modules/editor | |
| parent | revert theme manager: we dont need huge icons pixelated (diff) | |
| download | KVIrc-ca77ab0362ab7e9b12803589cbe1c7b3d90d042c.tar.gz KVIrc-ca77ab0362ab7e9b12803589cbe1c7b3d90d042c.tar.bz2 KVIrc-ca77ab0362ab7e9b12803589cbe1c7b3d90d042c.zip | |
fix argh
Diffstat (limited to 'src/modules/editor')
| -rw-r--r-- | src/modules/editor/ScriptEditorImplementation.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/editor/ScriptEditorImplementation.cpp b/src/modules/editor/ScriptEditorImplementation.cpp index 178bfbfd1..e883f884f 100644 --- a/src/modules/editor/ScriptEditorImplementation.cpp +++ b/src/modules/editor/ScriptEditorImplementation.cpp @@ -819,7 +819,7 @@ ScriptEditorImplementation::ScriptEditorImplementation(QWidget * par) QMenu * pop = new QMenu(b); pop->addAction(__tr2qs_ctx("&Open...","editor"),this,SLOT(loadFromFile())); - pop->addAction(__tr2qs_ctx("&Save as...","editor"),this,SLOT(saveToFile())); + pop->addAction(__tr2qs_ctx("&Save As...","editor"),this,SLOT(saveToFile())); pop->addSeparator(); pop->addAction(__tr2qs_ctx("&Configure Editor...","editor"),this,SLOT(configureColors())); b->setMenu(pop); |
