diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-05-10 16:40:23 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-05-10 16:40:23 -0500 |
commit | f9f0b55de2087249456ebceec1407d9cf45b8f91 (patch) | |
tree | 17c513619423764389f701928d1c267f7fb08550 | |
parent | 6469277159ccbfe1152fee53f865da7c27b6044f (diff) | |
download | tellico-f9f0b55de2087249456ebceec1407d9cf45b8f91.tar.gz tellico-f9f0b55de2087249456ebceec1407d9cf45b8f91.zip |
Branding cleanup: I18N_NOOP KDE -> TDE.
-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 f0b57c4..d7fb677 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -20,7 +20,7 @@ #include <klocale.h> namespace { - static const char* description = I18N_NOOP("Tellico - a collection manager for KDE"); + static const char* description = I18N_NOOP("Tellico - a collection manager for TDE"); static const char* version = VERSION; static KCmdLineOptions options[] = { |