diff options
author | Darrell Anderson <[email protected]> | 2012-05-10 15:30:13 -0500 |
---|---|---|
committer | Darrell Anderson <[email protected]> | 2012-05-10 15:30:13 -0500 |
commit | aaa79ffdb0a6935676d587de550acd8c9584b904 (patch) | |
tree | 7fd53e5d11e1d73d6744ccb88b5fa2d396fd5883 /kmag/main.cpp | |
parent | b85d83afad668656280cc38e46cb0888a50cfd35 (diff) | |
download | tdeaccessibility-aaa79ffdb0a6935676d587de550acd8c9584b904.tar.gz tdeaccessibility-aaa79ffdb0a6935676d587de550acd8c9584b904.zip |
Branding cleanup: I18N_NOOP KDE -> TDE.
Diffstat (limited to 'kmag/main.cpp')
-rw-r--r-- | kmag/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kmag/main.cpp b/kmag/main.cpp index f0d0c31..0cfb4b8 100644 --- a/kmag/main.cpp +++ b/kmag/main.cpp @@ -43,7 +43,7 @@ int main(int argc, char *argv[]) { // about the application KAboutData *aboutData = new KAboutData("kmag", I18N_NOOP("KMagnifier"), KMAG_VERSION, - I18N_NOOP("Screen magnifier for the K Desktop Environment (KDE)"), + I18N_NOOP("Screen magnifier for the Trinity Desktop Environment (TDE)"), KAboutData::License_GPL, "(C) 2001-2003, Sarang Lakare","", "http://kmag.sourceforge.net"); |