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 /kioslave | |
parent | dd4d06325183e7f0183584919b2b895e3bad25b0 (diff) | |
download | tdebase-4f24944314ddf35eca50330ebc4e7e995bacded7.tar.gz tdebase-4f24944314ddf35eca50330ebc4e7e995bacded7.zip |
Branding cleanup: I18N_NOOP KDE -> TDE.
Diffstat (limited to 'kioslave')
-rw-r--r-- | kioslave/trash/ktrash.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kioslave/trash/ktrash.cpp b/kioslave/trash/ktrash.cpp index 157a4215e..b84f69355 100644 --- a/kioslave/trash/ktrash.cpp +++ b/kioslave/trash/ktrash.cpp @@ -40,7 +40,7 @@ int main(int argc, char *argv[]) KApplication::disableAutoDcopRegistration(); KCmdLineArgs::init( argc, argv, "ktrash", I18N_NOOP( "ktrash" ), - I18N_NOOP( "Helper program to handle the KDE trash can\n" + I18N_NOOP( "Helper program to handle the TDE trash can\n" "Note: to move files to the trash, do not use ktrash, but \"kfmclient move 'url' trash:/\"" ), TDE_VERSION_STRING ); KCmdLineArgs::addCmdLineOptions( options ); |