diff options
author | Darrell Anderson <[email protected]> | 2012-03-21 16:39:07 -0500 |
---|---|---|
committer | Darrell Anderson <[email protected]> | 2012-03-21 16:39:07 -0500 |
commit | fcd114f480ade56a946278ecb7acbcbc8686a8c6 (patch) | |
tree | 0378835e4f70ffdf45b11f48554b76dd2aa9b09f /kcontrol/performance | |
parent | 39aa70ad331698d12b885da83f62f5dd3c9f28cf (diff) | |
download | tdebase-fcd114f480ade56a946278ecb7acbcbc8686a8c6.tar.gz tdebase-fcd114f480ade56a946278ecb7acbcbc8686a8c6.zip |
Fix references of K Menu -> TDE Menu.
Diffstat (limited to 'kcontrol/performance')
-rw-r--r-- | kcontrol/performance/system.cpp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/kcontrol/performance/system.cpp b/kcontrol/performance/system.cpp index 4a9ee001a..001e00abf 100644 --- a/kcontrol/performance/system.cpp +++ b/kcontrol/performance/system.cpp @@ -30,22 +30,22 @@ namespace KCMPerformance SystemWidget::SystemWidget( TQWidget* parent_P ) : System_ui( parent_P ) { - TQString tmp = - i18n( "<p>During startup KDE needs to perform a check of its system configuration" + TQString tmp = + i18n( "<p>During startup TDE needs to perform a check of its system configuration" " (mimetypes, installed applications, etc.), and in case the configuration" " has changed since the last time, the system configuration cache (KSyCoCa)" " needs to be updated.</p>" "<p>This option delays the check, which avoid scanning all directories containing" - " files describing the system during KDE startup, thus" - " making KDE startup faster. However, in the rare case the system configuration" + " files describing the system during TDE startup, thus" + " making TDE startup faster. However, in the rare case the system configuration" " has changed since the last time, and the change is needed before this" " delayed check takes place, this option may lead to various problems" - " (missing applications in the K Menu, reports from applications about missing" + " (missing applications in the TDE Menu, reports from applications about missing" " required mimetypes, etc.).</p>" "<p>Changes of system configuration mostly happen by (un)installing applications." " It is therefore recommended to turn this option temporarily off while" " (un)installing applications.</p>" - "<p>For this reason, usage of this option is not recommended. The KDE crash" + "<p>For this reason, usage of this option is not recommended. The TDE crash" " handler will refuse to provide backtrace for the bugreport with this option" " turned on (you will need to reproduce it again with this option turned off," " or turn on the developer mode for the crash handler).</p>" ); |