summaryrefslogtreecommitdiffstats
path: root/kmymoney2
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-06-03 23:15:06 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-06-03 23:15:06 -0500
commit9261d30080ebb3e712816574f000b75a78f9b8d1 (patch)
tree437c1b999f79a8fbc9eaa24a018c657dc452700c /kmymoney2
parenta65be0ad21c4237783b363d353cfbbcd6a5a5997 (diff)
downloadkmymoney-9261d30080ebb3e712816574f000b75a78f9b8d1.tar.gz
kmymoney-9261d30080ebb3e712816574f000b75a78f9b8d1.zip
Branding cleanup: KDE -> TDE
Diffstat (limited to 'kmymoney2')
-rw-r--r--kmymoney2/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kmymoney2/main.cpp b/kmymoney2/main.cpp
index 72aa12e..90f02d0 100644
--- a/kmymoney2/main.cpp
+++ b/kmymoney2/main.cpp
@@ -155,7 +155,7 @@ int main(int argc, char *argv[])
TQCString language = args->getOption("lang");
if(!language.isEmpty()) {
if(!KGlobal::locale()->setLanguage(language)) {
- tqWarning("Unable to select language '%s'. This has one of two reasons:\n\ta) the standard KDE message catalogue is not installed\n\tb) the KMyMoney message catalogue is not installed", language.data());
+ tqWarning("Unable to select language '%s'. This has one of two reasons:\n\ta) the standard TDE message catalogue is not installed\n\tb) the KMyMoney message catalogue is not installed", language.data());
}
}