summaryrefslogtreecommitdiffstats
path: root/kmymoney2/main.cpp
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-03-23 19:19:51 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-03-23 19:19:51 -0500
commit2f38b1eb220a47095e6594be0d30fab985fbc34e (patch)
tree325d5734ca8e2fa703adb064ccac35edee94f033 /kmymoney2/main.cpp
parent415e6f56d89295069eb8deaffd2c9ac5a505968a (diff)
downloadkmymoney-2f38b1eb220a47095e6594be0d30fab985fbc34e.tar.gz
kmymoney-2f38b1eb220a47095e6594be0d30fab985fbc34e.zip
Fix KDE -> TDE branding.
Diffstat (limited to 'kmymoney2/main.cpp')
-rw-r--r--kmymoney2/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kmymoney2/main.cpp b/kmymoney2/main.cpp
index 01f807b..2f0c6db 100644
--- a/kmymoney2/main.cpp
+++ b/kmymoney2/main.cpp
@@ -133,7 +133,7 @@ int main(int argc, char *argv[])
KApplication* a = new KApplication();
if(KGlobal::locale()->monetaryDecimalSymbol().isEmpty()) {
- KMessageBox::error(0, i18n("The monetary decimal symbol is not correctly set in the KDE Control Center's Country/Region & Language settings. Please set it to a reasonable value and start KMyMoney again."), i18n("Invalid settings"));
+ KMessageBox::error(0, i18n("The monetary decimal symbol is not correctly set in the TDE Control Center's Country/Region & Language settings. Please set it to a reasonable value and start KMyMoney again."), i18n("Invalid settings"));
delete a;
exit(1);
}