diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-05-10 15:50:41 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-05-10 15:50:41 -0500 |
commit | 46d5d5150c04edf32c2ac900cee80d04f90d0929 (patch) | |
tree | 497b2babc4498bb98d17349a1dbcdae5e8982cf0 /src/main.cpp | |
parent | 45290cb5decb8052acaed4def2b8a74d5f5e32ad (diff) | |
download | tdevelop-46d5d5150c04edf32c2ac900cee80d04f90d0929.tar.gz tdevelop-46d5d5150c04edf32c2ac900cee80d04f90d0929.zip |
Branding cleanup: I18N_NOOP KDE -> TDE.
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index b32e9f8a..44ea0a0e 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -42,7 +42,7 @@ int main(int argc, char *argv[]) aboutData.addAuthor("John Birch", I18N_NOOP("Debugger frontend"), "jbb@tdevelop.org"); aboutData.addAuthor("Vladimir Prus", I18N_NOOP("Debugger frontend"), "ghost@cs.msu.su"); aboutData.addAuthor("Sandy Meier", I18N_NOOP("PHP support, context menu stuff"), "smeier@tdevelop.org"); - aboutData.addAuthor("Kurt Granroth", I18N_NOOP("KDE application templates"), "kurth@granroth.org"); + aboutData.addAuthor("Kurt Granroth", I18N_NOOP("TDE application templates"), "kurth@granroth.org"); aboutData.addAuthor("Ian Reinhart Geiser", I18N_NOOP("Dist part, bash support, application templates"), "geiseri@yahoo.com"); aboutData.addAuthor("Matthias Hoelzer-Kluepfel", I18N_NOOP("Several components, htdig indexing"), "hoelzer@kde.org"); aboutData.addAuthor("Victor Roeder", I18N_NOOP("Help with Automake manager and persistent class store"), "victor_roeder@gmx.de"); |