summaryrefslogtreecommitdiffstats
path: root/krusader
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-05-26 19:20:12 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-05-26 19:20:12 -0500
commit873de5e64aff2487f2f6f018a1741de6b3ce4515 (patch)
tree36d4f403623f7cbcc286cfc58f362d8ff1da14af /krusader
parente8e4e1914cfbbfd7811be0d3709f2a3e1b637e33 (diff)
downloadkrusader-873de5e64aff2487f2f6f018a1741de6b3ce4515.tar.gz
krusader-873de5e64aff2487f2f6f018a1741de6b3ce4515.zip
Branding cleanup: KDE -> TDE
Diffstat (limited to 'krusader')
-rw-r--r--krusader/Konfigurator/kgadvanced.cpp2
-rw-r--r--krusader/Konfigurator/kgcolors.cpp6
-rw-r--r--krusader/Konfigurator/kglookfeel.cpp6
3 files changed, 7 insertions, 7 deletions
diff --git a/krusader/Konfigurator/kgadvanced.cpp b/krusader/Konfigurator/kgadvanced.cpp
index cccc85f..2b9e2fd 100644
--- a/krusader/Konfigurator/kgadvanced.cpp
+++ b/krusader/Konfigurator/kgadvanced.cpp
@@ -62,7 +62,7 @@ KgAdvanced::KgAdvanced( bool first, TQWidget* parent, const char* name ) :
// cfg_class cfg_name default text restart tooltip
{{"Advanced","PreserveAttributes", _PreserveAttributes, i18n( "Preserve attributes for local copy/move (slower)" ), false, i18n( "Krusader will try to preserve all attributes (time, owner, group) of the local files according to the source depending on your permissions:<ul><li>User preserving if you are root</li><li>Group preserving if you are root or member of the group</li><li>Preserving the timestamp</li></ul><b>Note</b>: This can slow down the copy process." ) },
{"Advanced","AutoMount", _AutoMount, i18n( "Automount filesystems" ), false, i18n( "When stepping into a directory which is defined as a mount point in the <b>fstab</b>, try mounting it with the defined parameters." )},
- {"Advanced","DontUseMediaProt", dontUseMedia, i18n( "Don't use KDE's media protocol for media button (if it's buggy or missing)" ), false, i18n( "Select if your media protocol is buggy (in some older KDE versions), or not present (no tdebase package installed)." )}};
+ {"Advanced","DontUseMediaProt", dontUseMedia, i18n( "Don't use TDE's media protocol for media button (if it's buggy or missing)" ), false, i18n( "Select if your media protocol is buggy (in some older TDE versions), or not present (no tdebase package installed)." )}};
KonfiguratorCheckBoxGroup *generals = createCheckBoxGroup( 1, 0, generalSettings, 3, generalGrp );
diff --git a/krusader/Konfigurator/kgcolors.cpp b/krusader/Konfigurator/kgcolors.cpp
index 0fdd3ce..43aa055 100644
--- a/krusader/Konfigurator/kgcolors.cpp
+++ b/krusader/Konfigurator/kgcolors.cpp
@@ -56,9 +56,9 @@ KgColors::KgColors( bool first, TQWidget* parent, const char* name ) :
KONFIGURATOR_CHECKBOX_PARAM generalSettings[] =
// cfg_class cfg_name default text restart tooltip
- {{"Colors","KDE Default", _KDEDefaultColors, i18n( "Use the default TDE colors" ), false, "<p><img src='toolbar|kcontrol'></p>" + i18n( "<p>Use KDE's global color configuration.</p><p><i>TDE Control Center -> Appearance & Themes -> Colors</i></p>") },
- {"Colors","Enable Alternate Background", _AlternateBackground, i18n( "Use alternate background color" ), false, i18n( "<p>The <b>background color</b> and the <b>alternate background</b> color alternates line by line.</p><p>When you don't use the <i>KDE default colors</i>, you can configure the alternate colors in the <i>colors</i> box.</p>") },
- {"Colors","Show Current Item Always", _ShowCurrentItemAlways, i18n( "Show current item even if not focused" ), false, i18n( "<p>Shows the last cursor position in the non active list panel.</p><p>This option is only available when you don't use the <i>KDE default colors</i>.</p>" ) },
+ {{"Colors","KDE Default", _KDEDefaultColors, i18n( "Use the default TDE colors" ), false, "<p><img src='toolbar|kcontrol'></p>" + i18n( "<p>Use TDE's global color configuration.</p><p><i>TDE Control Center -> Appearance & Themes -> Colors</i></p>") },
+ {"Colors","Enable Alternate Background", _AlternateBackground, i18n( "Use alternate background color" ), false, i18n( "<p>The <b>background color</b> and the <b>alternate background</b> color alternates line by line.</p><p>When you don't use the <i>TDE default colors</i>, you can configure the alternate colors in the <i>colors</i> box.</p>") },
+ {"Colors","Show Current Item Always", _ShowCurrentItemAlways, i18n( "Show current item even if not focused" ), false, i18n( "<p>Shows the last cursor position in the non active list panel.</p><p>This option is only available when you don't use the <i>TDE default colors</i>.</p>" ) },
{"Colors","Dim Inactive Colors", _DimInactiveColors, i18n( "Dim the colors of the inactive panel" ), false, i18n( "<p>The colors of the inactive panel are calculated by a dim color and a dim factor.</p>" ) }};
generals = createCheckBoxGroup( 0, 2, generalSettings, sizeof(generalSettings)/sizeof(generalSettings[0]), generalGrp );
diff --git a/krusader/Konfigurator/kglookfeel.cpp b/krusader/Konfigurator/kglookfeel.cpp
index 6d0f6f9..ff37e3c 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 KDE's global selection policy" ), "1", i18n( "<p>Use KDE'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>TDE 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 );
@@ -279,8 +279,8 @@ void KgLookFeel::setupMouseModeTab() {
// text, restart,
// tooltip }
{"Custom Selection Mode", "QT Selection", _TQtSelection,
- i18n( "Based on KDE's selection mode" ), true,
- i18n( "If checked, use a mode based on KDE's style." ) },
+ i18n( "Based on TDE's selection mode" ), true,
+ i18n( "If checked, use a mode based on TDE's style." ) },
{"Custom Selection Mode", "Left Selects", _LeftSelects,
i18n( "Left mouse button selects" ), true,
i18n( "If checked, left clicking an item will select it." ) },