From 7327672b5d53bc844be951f98b94e5a49306b693 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 8 Jun 2014 21:47:01 +0900 Subject: Rebranding: TDE Control Center --> Trinity Control Center --- kmymoney2/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kmymoney2') 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); } -- cgit v1.2.1