diff options
Diffstat (limited to 'libkdepim/kfileio.cpp')
-rw-r--r-- | libkdepim/kfileio.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libkdepim/kfileio.cpp b/libkdepim/kfileio.cpp index 4d49c1148..6a7eea7c3 100644 --- a/libkdepim/kfileio.cpp +++ b/libkdepim/kfileio.cpp @@ -190,7 +190,7 @@ KDE_EXPORT bool kBytesToFile(const char* aBuffer, int len, if (aAskIfExists) { TQString str; - str = i18n("File %1 exists.\nDo you want to replace it?") + str = i18n("File %1 exists.\nDo you want to tqreplace it?") .arg(aFileName); rc = KMessageBox::warningContinueCancel(0, str, i18n("Save to File"), i18n("&Replace")); |