diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-05-10 15:16:58 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-05-10 15:16:58 -0500 |
commit | b69876cf87a7155fc3b3faf4415ae785bd9f0eba (patch) | |
tree | 4cc2dd692fd3e553b27519046d8dabbce0ca7872 /kview/main.cpp | |
parent | 5077913f281976bb69e0497b682b320f1d01a08e (diff) | |
download | tdegraphics-b69876cf87a7155fc3b3faf4415ae785bd9f0eba.tar.gz tdegraphics-b69876cf87a7155fc3b3faf4415ae785bd9f0eba.zip |
Branding cleanup: I18N_NOOP KDE -> TDE.
Diffstat (limited to 'kview/main.cpp')
-rw-r--r-- | kview/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kview/main.cpp b/kview/main.cpp index 80e752be..82e31fdc 100644 --- a/kview/main.cpp +++ b/kview/main.cpp @@ -23,7 +23,7 @@ #include <kcmdlineargs.h> #include <klocale.h> -static const char description[] = I18N_NOOP( "KDE Image Viewer" ); +static const char description[] = I18N_NOOP( "TDE Image Viewer" ); static KCmdLineOptions options[] = { |