diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-05-10 15:44:21 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-05-10 15:44:21 -0500 |
commit | 4f24944314ddf35eca50330ebc4e7e995bacded7 (patch) | |
tree | 0a1fb3a696a2707abb3e0de1b691a351fef5ba01 /twin/main.cpp | |
parent | dd4d06325183e7f0183584919b2b895e3bad25b0 (diff) | |
download | tdebase-4f24944314ddf35eca50330ebc4e7e995bacded7.tar.gz tdebase-4f24944314ddf35eca50330ebc4e7e995bacded7.zip |
Branding cleanup: I18N_NOOP KDE -> TDE.
Diffstat (limited to 'twin/main.cpp')
-rw-r--r-- | twin/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/twin/main.cpp b/twin/main.cpp index 7cdf8985c..b726745a7 100644 --- a/twin/main.cpp +++ b/twin/main.cpp @@ -228,7 +228,7 @@ static void sighandler(int) } // namespace static const char version[] = "3.0"; -static const char description[] = I18N_NOOP( "KDE window manager" ); +static const char description[] = I18N_NOOP( "TDE window manager" ); static KCmdLineOptions args[] = { |