summaryrefslogtreecommitdiffstats
path: root/kword
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-05-10 19:18:56 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-05-10 19:18:56 -0500
commitf396508c81cd1b01f85ab7cd779433d25d2179e1 (patch)
treeb18b0f275d3e0aaac224c60f56142b5b761d8f13 /kword
parent21a353a8d6a606d742352ad4faa3622f2ad1d520 (diff)
downloadkoffice-f396508c81cd1b01f85ab7cd779433d25d2179e1.tar.gz
koffice-f396508c81cd1b01f85ab7cd779433d25d2179e1.zip
Branding cleanup: KDE -> TDE.
Diffstat (limited to 'kword')
-rw-r--r--kword/KWConfig.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kword/KWConfig.cpp b/kword/KWConfig.cpp
index e3a56ac4..4fda082d 100644
--- a/kword/KWConfig.cpp
+++ b/kword/KWConfig.cpp
@@ -296,7 +296,7 @@ ConfigureInterfacePage::ConfigureInterfacePage( KWView *view, TQVBox *box, char
pgUpDownMovesCaret->setChecked(oldPgUpDownMovesCaret);
TQWhatsThis::add( pgUpDownMovesCaret, i18n(
"If this option is enabled, the PageUp and PageDown keys "
- "move the text caret, as in other KDE applications. "
+ "move the text caret, as in other TDE applications. "
"If it is disabled, they move the scrollbars, as in most other word processors." ) );
TQHBox* hbRecent = new TQHBox( gbInterfaceGroup );