From fcd114f480ade56a946278ecb7acbcbc8686a8c6 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Wed, 21 Mar 2012 16:39:07 -0500 Subject: Fix references of K Menu -> TDE Menu. --- kcontrol/performance/system.cpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'kcontrol/performance') 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( "

During startup KDE needs to perform a check of its system configuration" + TQString tmp = + i18n( "

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.

" "

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.).

" "

Changes of system configuration mostly happen by (un)installing applications." " It is therefore recommended to turn this option temporarily off while" " (un)installing applications.

" - "

For this reason, usage of this option is not recommended. The KDE crash" + "

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).

" ); -- cgit v1.2.1