diff options
Diffstat (limited to 'kmail/objecttreeparser.cpp')
-rw-r--r-- | kmail/objecttreeparser.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kmail/objecttreeparser.cpp b/kmail/objecttreeparser.cpp index b3d9c74b3..a9b2caa5a 100644 --- a/kmail/objecttreeparser.cpp +++ b/kmail/objecttreeparser.cpp @@ -667,7 +667,7 @@ namespace KMail { txt.append( i18n( "The crypto engine returned no cleartext data." ) ); txt.append( "</h2></b>" ); txt.append( "<br> <br>" ); - txt.append( i18n( "tqStatus: " ) ); + txt.append( i18n( "Status: " ) ); if ( !messagePart.status.isEmpty() ) { txt.append( "<i>" ); txt.append( messagePart.status ); @@ -2591,7 +2591,7 @@ TQString ObjectTreeParser::writeSigstatHeader( PartMetaData & block, htmlStr += "<br />"; if( !statusStr.isEmpty() ) { htmlStr += " <br />"; - htmlStr += i18n( "tqStatus: " ); + htmlStr += i18n( "Status: " ); htmlStr += statusStr; } } else { @@ -2634,7 +2634,7 @@ TQString ObjectTreeParser::writeSigstatHeader( PartMetaData & block, "verified." ); if( !statusStr.isEmpty() ) { htmlStr += "<br />"; - htmlStr += i18n( "tqStatus: " ); + htmlStr += i18n( "Status: " ); htmlStr += "<i>"; htmlStr += statusStr; htmlStr += "</i>"; |