diff options
Diffstat (limited to 'kword')
-rw-r--r-- | kword/KWConfig.cpp | 2 |
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 ); |