diff options
-rw-r--r-- | parts/fileselector/fileselector_widget.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/parts/fileselector/fileselector_widget.cpp b/parts/fileselector/fileselector_widget.cpp index 7f9e816c..0472f38b 100644 --- a/parts/fileselector/fileselector_widget.cpp +++ b/parts/fileselector/fileselector_widget.cpp @@ -670,12 +670,12 @@ KFSConfigPage::KFSConfigPage( TQWidget *parent, const char *name, KDevFileSelect ( cbSesLocation, i18n( "<p>If this option is enabled (default), the location will be restored " "when you start KDev.<p><strong>Note</strong> that if the session is " - "handled by the KDE session manager, the location is always restored.") ); + "handled by the TDE session manager, the location is always restored.") ); TQWhatsThis::add ( cbSesFilter, i18n( "<p>If this option is enabled (default), the current filter will be " "restored when you start KDev.<p><strong>Note</strong> that if the " - "session is handled by the KDE session manager, the filter is always " + "session is handled by the TDE session manager, the filter is always " "restored." "<p><strong>Note</strong> that some of the autosync settings may " "override the restored location if on.") ); |