summaryrefslogtreecommitdiffstats
path: root/kcontrol/keys
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2014-02-03 21:34:30 -0600
committerDarrell Anderson <humanreadable@yahoo.com>2014-02-03 21:34:30 -0600
commit66e86452a4f46f029820115fe6e55761a8d13187 (patch)
treee614692be826b96350d49afbc653b9b67ef98abd /kcontrol/keys
parent1f3832a1368de214e95a38dd391367f8ae2456cb (diff)
downloadtdebase-66e86452a4f46f029820115fe6e55761a8d13187.tar.gz
tdebase-66e86452a4f46f029820115fe6e55761a8d13187.zip
Fix KDE->TDE branding in tooltip.
Diffstat (limited to 'kcontrol/keys')
-rw-r--r--kcontrol/keys/main.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/kcontrol/keys/main.cpp b/kcontrol/keys/main.cpp
index c9aa14813..7e158b677 100644
--- a/kcontrol/keys/main.cpp
+++ b/kcontrol/keys/main.cpp
@@ -37,13 +37,13 @@
| Shortcut Schemes | Modifier Keys |
o Current scheme o New scheme o Pre-set scheme
-| KDE Traditional |v|| <Save Scheme...> <Remove Scheme>
+| TDE Traditional |v|| <Save Scheme...> <Remove Scheme>
[] Prefer 4-modifier defaults
o Current scheme
o New scheme <Save Scheme>
o Pre-set scheme <Remove Scheme>
- | KDE Traditional |v||
+ | TDE Traditional |v||
[] Prefer 4-modifier defaults
Global Shortcuts
@@ -53,9 +53,9 @@ KeyModule::KeyModule( TQWidget *parent, const char *name )
{
setQuickHelp( i18n("<h1>Keyboard Shortcuts</h1> Using shortcuts you can configure certain actions to be"
" triggered when you press a key or a combination of keys, e.g. Ctrl+C is normally bound to"
- " 'Copy'. KDE allows you to store more than one 'scheme' of shortcuts, so you might want"
+ " 'Copy'. TDE allows you to store more than one 'scheme' of shortcuts, so you might want"
" to experiment a little setting up your own scheme, although you can still change back to the"
- " KDE defaults.<p> In the 'Global Shortcuts' tab you can configure non-application-specific"
+ " TDE defaults.<p> In the 'Global Shortcuts' tab you can configure non-application-specific"
" bindings, like how to switch desktops or maximize a window; in the 'Application Shortcuts' tab"
" you will find bindings typically used in applications, such as copy and paste."));