diff options
Diffstat (limited to 'src/plugins/General/converter/converterdialog.cpp')
| -rw-r--r-- | src/plugins/General/converter/converterdialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/General/converter/converterdialog.cpp b/src/plugins/General/converter/converterdialog.cpp index 58a15902f..cd602b389 100644 --- a/src/plugins/General/converter/converterdialog.cpp +++ b/src/plugins/General/converter/converterdialog.cpp @@ -129,7 +129,7 @@ void ConverterDialog::createMenus() QMenu *presetMenu = new QMenu(this); presetMenu->addAction(tr("Create"), this, SLOT(createPreset())); presetMenu->addAction(tr("Edit"), this, SLOT(editPreset())); - presetMenu->addAction(tr("Create a copy"), this, SLOT(copyPreset())); + presetMenu->addAction(tr("Create a Copy"), this, SLOT(copyPreset())); presetMenu->addAction(tr("Delete"), this, SLOT(deletePreset())); m_ui.presetButton->setMenu(presetMenu); m_ui.presetButton->setPopupMode(QToolButton::InstantPopup); |
