From 66e86452a4f46f029820115fe6e55761a8d13187 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Mon, 3 Feb 2014 21:34:30 -0600 Subject: [PATCH] Fix KDE->TDE branding in tooltip. --- kcontrol/keys/main.cpp | 8 ++++---- 1 file 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|| +| TDE Traditional |v|| [] Prefer 4-modifier defaults o Current scheme o New scheme o Pre-set 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("

Keyboard Shortcuts

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.

In the 'Global Shortcuts' tab you can configure non-application-specific" + " TDE defaults.

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."));