diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-03-07 18:09:32 -0600 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-03-07 18:09:32 -0600 |
commit | dc50fdd3e84995cdac821c0e98d59197abfacbfa (patch) | |
tree | 04504b1f9b42e411490d7ae4d5971790a0b1b726 /kcontrol/colors | |
parent | 376712d203ede915fa89ace2148313f920d42ce2 (diff) | |
download | tdebase-dc50fdd3e84995cdac821c0e98d59197abfacbfa.tar.gz tdebase-dc50fdd3e84995cdac821c0e98d59197abfacbfa.zip |
Fix branding issues of non-KDE -> non-TDE.
Diffstat (limited to 'kcontrol/colors')
-rw-r--r-- | kcontrol/colors/colorscm.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kcontrol/colors/colorscm.cpp b/kcontrol/colors/colorscm.cpp index 3a67306a6..fc310df11 100644 --- a/kcontrol/colors/colorscm.cpp +++ b/kcontrol/colors/colorscm.cpp @@ -107,7 +107,7 @@ KColorScheme::KColorScheme(TQWidget *parent, const char *name, const TQStringLis " which can also be modified or deleted. KDE comes with several" " predefined color schemes on which you can base your own.<p>" " All KDE applications will obey the selected color scheme." - " Non-KDE applications may also obey some or all of the color" + " Non-TDE applications may also obey some or all of the color" " settings, if this option is enabled.")); KConfig *cfg = new KConfig("kcmdisplayrc"); @@ -270,12 +270,12 @@ KColorScheme::KColorScheme(TQWidget *parent, const char *name, const TQStringLis label->setText(i18n("High Contrast", "High")); groupLayout->addWidget( label ); - cbExportColors = new TQCheckBox(i18n("Apply colors to &non-KDE applications"), this); + cbExportColors = new TQCheckBox(i18n("Apply colors to &non-TDE applications"), this); topLayout->addMultiCellWidget( cbExportColors, 2, 2, 0, 1 ); connect(cbExportColors, TQT_SIGNAL(toggled(bool)), this, TQT_SLOT(changed())); TQWhatsThis::add(cbExportColors, i18n("Check this box to apply the" - " current color scheme to non-KDE applications.")); + " current color scheme to non-TDE applications.")); load(); |