summaryrefslogtreecommitdiffstats
path: root/kmymoney2/main.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2014-06-08 21:47:01 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2014-06-08 21:47:01 +0900
commit7327672b5d53bc844be951f98b94e5a49306b693 (patch)
tree5653b202f72ff6ed2133e8c8b9c7e3f7203bf8e8 /kmymoney2/main.cpp
parente12c023d17c5a8166595624385b3d0f2cdf6dde1 (diff)
downloadkmymoney-7327672b5d53bc844be951f98b94e5a49306b693.tar.gz
kmymoney-7327672b5d53bc844be951f98b94e5a49306b693.zip
Rebranding: TDE Control Center --> Trinity Control Center
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 342cd14..dc936b6 100644
--- a/kmymoney2/main.cpp
+++ b/kmymoney2/main.cpp
@@ -133,7 +133,7 @@ int main(int argc, char *argv[])
TDEApplication* a = new TDEApplication();
if(TDEGlobal::locale()->monetaryDecimalSymbol().isEmpty()) {
- 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"));
+ KMessageBox::error(0, i18n("The monetary decimal symbol is not correctly set in the Trinity 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);
}