diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-05-10 16:35:03 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-05-10 16:35:03 -0500 |
commit | 01f2ba4c613bc4c85f168cbc571a6e0f81f24b43 (patch) | |
tree | 905ffcdb02076462fc5a5f7435a01586e0e60f75 /src | |
parent | 7504366a4b6726c5e594544a3bada3c198343a92 (diff) | |
download | kbookreader-01f2ba4c613bc4c85f168cbc571a6e0f81f24b43.tar.gz kbookreader-01f2ba4c613bc4c85f168cbc571a6e0f81f24b43.zip |
Branding cleanup: I18N_NOOP KDE -> TDE.
Diffstat (limited to 'src')
-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 73504d2..293d63e 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -25,7 +25,7 @@ #include <ksplashscreen.h> #include "bookreader.h" -static const char description[] = I18N_NOOP("A KDE Application"); +static const char description[] = I18N_NOOP("A TDE Application"); static const char version[] = "0.2"; static KCmdLineOptions options[] = { |