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 /ksnapshot | |
parent | 5077913f281976bb69e0497b682b320f1d01a08e (diff) | |
download | tdegraphics-b69876cf87a7155fc3b3faf4415ae785bd9f0eba.tar.gz tdegraphics-b69876cf87a7155fc3b3faf4415ae785bd9f0eba.zip |
Branding cleanup: I18N_NOOP KDE -> TDE.
Diffstat (limited to 'ksnapshot')
-rw-r--r-- | ksnapshot/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ksnapshot/main.cpp b/ksnapshot/main.cpp index f3e397e2..84883a32 100644 --- a/ksnapshot/main.cpp +++ b/ksnapshot/main.cpp @@ -31,7 +31,7 @@ #include "ksnapshot.h" static const char description[] = - I18N_NOOP("KDE Screenshot Utility"); + I18N_NOOP("TDE Screenshot Utility"); static KCmdLineOptions options[] = { |