diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2013-07-31 20:15:48 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2013-07-31 20:15:48 -0500 |
commit | 04991231d63146a734e1fe9c9bbef7a1b5575f55 (patch) | |
tree | 29ddaee481168656f64405ccf4f4d5bf5a6603a8 /klaptopdaemon/portable.cpp | |
parent | 762c6c5f76c5387087fc31bcc892c4c80f702d89 (diff) | |
download | tdeutils-04991231d63146a734e1fe9c9bbef7a1b5575f55.tar.gz tdeutils-04991231d63146a734e1fe9c9bbef7a1b5575f55.zip |
Update KDE->TDE branding in dialogs.
Diffstat (limited to 'klaptopdaemon/portable.cpp')
-rw-r--r-- | klaptopdaemon/portable.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/klaptopdaemon/portable.cpp b/klaptopdaemon/portable.cpp index bfaa787..7b32946 100644 --- a/klaptopdaemon/portable.cpp +++ b/klaptopdaemon/portable.cpp @@ -2863,7 +2863,7 @@ int laptop_portable::has_hibernation() // KActiveLabel *laptop_portable::no_power_management_explanation(TQWidget *parent) { - KActiveLabel* explain = new KActiveLabel(i18n("Your computer or operating system is not supported by the current version of the\nKDE laptop control panels. If you want help porting these panels to work with it\nplease contact paul@taniwha.com."), parent); + KActiveLabel* explain = new KActiveLabel(i18n("Your computer or operating system is not supported by the current version of the\nTDE laptop control panels. If you want help porting these panels to work with it\nplease contact paul@taniwha.com."), parent); // INSERT HERE return(explain); } |