diff options
Diffstat (limited to 'khtml/khtml_part.cpp')
-rw-r--r-- | khtml/khtml_part.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/khtml/khtml_part.cpp b/khtml/khtml_part.cpp index 3fec96803..a2843a53a 100644 --- a/khtml/khtml_part.cpp +++ b/khtml/khtml_part.cpp @@ -4867,7 +4867,7 @@ void KHTMLPart::submitForm( const char *action, const TQString &url, const TQByt } if (triedToAttach) - KMessageBox::information(NULL, i18n("This site attempted to attach a file from your computer in the form submission. The attachment was removed for your protection."), i18n("KDE"), "WarnTriedAttach"); + KMessageBox::information(NULL, i18n("This site attempted to attach a file from your computer in the form submission. The attachment was removed for your protection."), i18n("TDE"), "WarnTriedAttach"); // 2) Append body= TQString bodyEnc; |