From 6bb29e17ec254094cc1399f3ad2f93f12896b3b7 Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 31 Aug 2011 04:15:04 +0000 Subject: Fix remaining instances of tqStatus embedded in user visible strings git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1250385 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- libkpgp/kpgpui.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libkpgp') diff --git a/libkpgp/kpgpui.cpp b/libkpgp/kpgpui.cpp index a52680b1..d3fa2126 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 ); -- cgit v1.2.3