summaryrefslogtreecommitdiffstats
path: root/kmail/kmheaders.cpp
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-31 04:15:04 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-31 04:15:04 +0000
commit6bb29e17ec254094cc1399f3ad2f93f12896b3b7 (patch)
treec0de79f0b76f2db144b2328d15ffb5f4a41d3847 /kmail/kmheaders.cpp
parent029d6084e699568256c53a8270cb36ad4f66b935 (diff)
downloadtdepim-6bb29e17ec254094cc1399f3ad2f93f12896b3b7.tar.gz
tdepim-6bb29e17ec254094cc1399f3ad2f93f12896b3b7.zip
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
Diffstat (limited to 'kmail/kmheaders.cpp')
-rw-r--r--kmail/kmheaders.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kmail/kmheaders.cpp b/kmail/kmheaders.cpp
index c535d2c8..987f9aa0 100644
--- a/kmail/kmheaders.cpp
+++ b/kmail/kmheaders.cpp
@@ -803,7 +803,7 @@ void KMHeaders::setFolder( KMFolder *aFolder, bool forceJumpToUnread )
colText = i18n( "Subject" );
if (mPaintInfo.status)
- colText = colText + i18n( " (tqStatus)" );
+ colText = colText + i18n( " (Status)" );
setColumnText( mPaintInfo.subCol, colText);
}
@@ -2645,7 +2645,7 @@ void KMHeaders::setSorting( int column, bool ascending )
colText = i18n( "Subject" );
if (mPaintInfo.status)
- colText = colText + i18n( " (tqStatus)" );
+ colText = colText + i18n( " (Status)" );
setColumnText( mPaintInfo.subCol, colText);
}
KListView::setSorting( column, ascending );