diff options
author | Darrell Anderson <[email protected]> | 2012-05-10 16:14:09 -0500 |
---|---|---|
committer | Darrell Anderson <[email protected]> | 2012-05-10 16:14:09 -0500 |
commit | a26dcb51a67dc29e2ffd312c2da22243fe6f5391 (patch) | |
tree | fbd30bea03c542a2e7c19cd1e047a476e576d4aa /kmymoney2/main.cpp | |
parent | c6db2e9cbba80c3ef4544edcea0fad936da60f4b (diff) | |
download | kmymoney-a26dcb51a67dc29e2ffd312c2da22243fe6f5391.tar.gz kmymoney-a26dcb51a67dc29e2ffd312c2da22243fe6f5391.zip |
Branding cleanup: I18N_NOOP KDE -> TDE.
Diffstat (limited to 'kmymoney2/main.cpp')
-rw-r--r-- | kmymoney2/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kmymoney2/main.cpp b/kmymoney2/main.cpp index 2f0c6db..72aa12e 100644 --- a/kmymoney2/main.cpp +++ b/kmymoney2/main.cpp @@ -48,7 +48,7 @@ #include "kmymoneyglobalsettings.h" static const char *description = - I18N_NOOP("\nKMyMoney, the Personal Finance Manager for KDE.\n\nPlease consider contributing to this project with code and/or suggestions."); + I18N_NOOP("\nKMyMoney, the Personal Finance Manager for TDE.\n\nPlease consider contributing to this project with code and/or suggestions."); static KCmdLineOptions options[] = { |