diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2015-05-06 19:23:02 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2015-05-06 19:23:02 +0000 |
| commit | b594d2511c38509e7e549803f31f09ea1bfbc43c (patch) | |
| tree | 0cbd15cb7db49bbf1cc568526496ec2869261f3d | |
| parent | b5c34835832e45da0ecf9f001c79cc3917bc0613 (diff) | |
| download | qmmp-b594d2511c38509e7e549803f31f09ea1bfbc43c.tar.gz qmmp-b594d2511c38509e7e549803f31f09ea1bfbc43c.tar.bz2 qmmp-b594d2511c38509e7e549803f31f09ea1bfbc43c.zip | |
chaned localization
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@4936 90c681e8-e032-0410-971d-27865f9a5e38
| -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); |
