summaryrefslogtreecommitdiffstats
path: root/krusader/Konfigurator/kglookfeel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'krusader/Konfigurator/kglookfeel.cpp')
-rw-r--r--krusader/Konfigurator/kglookfeel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/krusader/Konfigurator/kglookfeel.cpp b/krusader/Konfigurator/kglookfeel.cpp
index ffef8fa..dd33714 100644
--- a/krusader/Konfigurator/kglookfeel.cpp
+++ b/krusader/Konfigurator/kglookfeel.cpp
@@ -267,7 +267,7 @@ void KgLookFeel::setupMouseModeTab() {
{
// name value tooltip
{ i18n( "Double-click selects (classic)" ), "0", i18n( "A single click on a file will select and focus, a double click opens the file or steps into the directory." ) },
- { i18n( "Obey TDE's global selection policy" ), "1", i18n( "<p>Use TDE's global setting:</p><p><i>TDE Control Center -> Peripherals -> Mouse</i></p>" ) }
+ { i18n( "Obey TDE's global selection policy" ), "1", i18n( "<p>Use TDE's global setting:</p><p><i>Trinity Control Center -> Peripherals -> Mouse</i></p>" ) }
};
KonfiguratorRadioButtons *clickRadio = createRadioButtonGroup( "Look&Feel", "Single Click Selects", "0", 1, 0, singleOrDoubleClick, 2, mouseDetailGroup, "myLook&FeelRadio0", true, PAGE_MOUSE );
clickRadio->layout()->setMargin( 0 );