summaryrefslogtreecommitdiffstats
path: root/libkpgp
diff options
context:
space:
mode:
Diffstat (limited to 'libkpgp')
-rw-r--r--libkpgp/kpgpui.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/libkpgp/kpgpui.cpp b/libkpgp/kpgpui.cpp
index a52680b19..d3fa21260 100644
--- a/libkpgp/kpgpui.cpp
+++ b/libkpgp/kpgpui.cpp
@@ -542,13 +542,13 @@ TQString KeySelectionDialog::keyInfo( const Kpgp::Key *key ) const
dt.setTime_t( key->creationDate() );
if( remark.isEmpty() ) {
return " " + i18n("creation date and status of an OpenPGP key",
- "Creation date: %1, tqStatus: %2")
+ "Creation date: %1, Status: %2")
.tqarg( KGlobal::locale()->formatDate( dt.date(), true ) )
.tqarg( status );
}
else {
return " " + i18n("creation date, status and remark of an OpenPGP key",
- "Creation date: %1, tqStatus: %2 (%3)")
+ "Creation date: %1, Status: %2 (%3)")
.tqarg( KGlobal::locale()->formatDate( dt.date(), true ) )
.tqarg( status )
.tqarg( remark );