summaryrefslogtreecommitdiffstats
path: root/klettres
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
commit2d32173ea834f6570c3a787acabad95ecd07f070 (patch)
treea11930f6529e0a2ad6bdf0dfdbf62d0dff0af4fb /klettres
parent7ab4c863e85225f8aa38cb96408cdf36256eb85a (diff)
downloadtdeedu-2d32173ea834f6570c3a787acabad95ecd07f070.tar.gz
tdeedu-2d32173ea834f6570c3a787acabad95ecd07f070.zip
Fix remaining instances of tqStatus embedded in user visible strings
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeedu@1250385 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'klettres')
-rw-r--r--klettres/klettres/klettres.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/klettres/klettres/klettres.cpp b/klettres/klettres/klettres.cpp
index e4d90a2b..ba72ec99 100644
--- a/klettres/klettres/klettres.cpp
+++ b/klettres/klettres/klettres.cpp
@@ -122,7 +122,7 @@ void KLettres::findLanguages()
m_languages.sort();
//write the present languages in config so they cannot be downloaded
KConfig *config=kapp->config();
- config->setGroup("KNewStufftqStatus");
+ config->setGroup("KNewStuffStatus");
for (uint i=0; i<m_languages.count(); i++)
{
TQString tmp = m_languages[i];