diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-06-03 12:13:36 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-06-03 12:13:36 -0500 |
commit | 113afa85802c78961dc40cbbca19e073b274f10b (patch) | |
tree | 3d9c23c78ae375dfadd975ac95f2b0f000abbb53 /kate/app/katefileselector.cpp | |
parent | 363452bf7ad7b23b90bbabf4eab85ce4bc73a543 (diff) | |
download | tdebase-113afa85802c78961dc40cbbca19e073b274f10b.tar.gz tdebase-113afa85802c78961dc40cbbca19e073b274f10b.zip |
Branding cleanup: What's This help, KDE -> TDE
Diffstat (limited to 'kate/app/katefileselector.cpp')
-rw-r--r-- | kate/app/katefileselector.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kate/app/katefileselector.cpp b/kate/app/katefileselector.cpp index 6e5bef002..de2b617a5 100644 --- a/kate/app/katefileselector.cpp +++ b/kate/app/katefileselector.cpp @@ -610,11 +610,11 @@ KFSConfigPage::KFSConfigPage( TQWidget *parent, const char *name, KateFileSelect TQWhatsThis::add( cbSesLocation, i18n( "<p>If this option is enabled (default), the location will be restored " "when you start Kate.<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 Kate.<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.") ); |