summaryrefslogtreecommitdiffstats
path: root/kopete/libkopete/kopetemetacontact.cpp
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-27 21:38:57 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-27 21:38:57 +0000
commit52c719697a3a46d48fa618d68b84d7d6bd7c524c (patch)
tree410544d599787f6a602d2069f2ab31c90a5c4585 /kopete/libkopete/kopetemetacontact.cpp
parentd7c69d672cd5b014eac2349c4f52e042ffa7e1ab (diff)
downloadtdenetwork-52c719697a3a46d48fa618d68b84d7d6bd7c524c.tar.gz
tdenetwork-52c719697a3a46d48fa618d68b84d7d6bd7c524c.zip
Fix a number of accidental tqStatus string conversions
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdenetwork@1249829 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kopete/libkopete/kopetemetacontact.cpp')
-rw-r--r--kopete/libkopete/kopetemetacontact.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kopete/libkopete/kopetemetacontact.cpp b/kopete/libkopete/kopetemetacontact.cpp
index 05925690..1db7b1e5 100644
--- a/kopete/libkopete/kopetemetacontact.cpp
+++ b/kopete/libkopete/kopetemetacontact.cpp
@@ -507,7 +507,7 @@ TQString MetaContact::statusString() const
return i18n( "Offline" );
case OnlineStatus::Unknown:
default:
- return i18n( "tqStatus not available" );
+ return i18n( "Status not available" );
}
}