diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-05-26 19:14:07 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-05-26 19:14:07 -0500 |
commit | e37899bcc3f75c9e314df74fee7cd92167f1c4d8 (patch) | |
tree | a9ddccfd5aa44b1975e0bafd0254d9c00780ac96 /kicker | |
parent | cfd4a7e4ea2276df469207aa5041cec412861493 (diff) | |
download | tdebase-e37899bcc3f75c9e314df74fee7cd92167f1c4d8.tar.gz tdebase-e37899bcc3f75c9e314df74fee7cd92167f1c4d8.zip |
Branding cleanup: KDE -> TDE
Diffstat (limited to 'kicker')
-rw-r--r-- | kicker/extensions/dockbar/dockcontainer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kicker/extensions/dockbar/dockcontainer.cpp b/kicker/extensions/dockbar/dockcontainer.cpp index 181884276..9c90caac4 100644 --- a/kicker/extensions/dockbar/dockcontainer.cpp +++ b/kicker/extensions/dockbar/dockcontainer.cpp @@ -149,7 +149,7 @@ void DockContainer::askNewCommand(bool bad_command) bool ok; TQString title( i18n("Enter Command Line for Applet %1.%2").arg(resName()).arg(resClass()) ); TQString description( i18n("This applet does not behave correctly and the dockbar was unable to " - "find the command line necessary to launch it the next time KDE starts up") ); + "find the command line necessary to launch it the next time TDE starts up") ); TQString cmd; /* |