diff options
Diffstat (limited to 'src/exportdialog.cpp')
-rw-r--r-- | src/exportdialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exportdialog.cpp b/src/exportdialog.cpp index 9de31db..954f4be 100644 --- a/src/exportdialog.cpp +++ b/src/exportdialog.cpp @@ -66,7 +66,7 @@ ExportDialog::ExportDialog(Export::Format format_, Data::CollPtr coll_, TQWidget m_encodeUTF8 = new TQRadioButton(i18n("Encode in Unicode (UTF-8)"), bg); m_encodeUTF8->setChecked(true); TQWhatsThis::add(m_encodeUTF8, i18n("Encode the exported file in Unicode (UTF-8).")); - TQString localStr = i18n("Encode in user locale (%1)").tqarg( + TQString localStr = i18n("Encode in user locale (%1)").arg( TQString::fromLatin1(TQTextCodec::codecForLocale()->name())); m_encodeLocale = new TQRadioButton(localStr, bg); TQWhatsThis::add(m_encodeLocale, i18n("Encode the exported file in the local encoding.")); |