diff options
Diffstat (limited to 'kaudiocreator/wizard.ui.h')
-rw-r--r-- | kaudiocreator/wizard.ui.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kaudiocreator/wizard.ui.h b/kaudiocreator/wizard.ui.h index cbd6ca68..7c22638e 100644 --- a/kaudiocreator/wizard.ui.h +++ b/kaudiocreator/wizard.ui.h @@ -105,6 +105,6 @@ void fileWizard::fileFormatTextChanged(const TQString& text) TQMap<TQString,TQString> map; map.insert("extension", "mp3"); string = job.replaceSpecialChars(string, false, map); - exampleLabel->setText(i18n("Example: %1").arg(string)); + exampleLabel->setText(i18n("Example: %1").tqarg(string)); } |