summaryrefslogtreecommitdiffstats
path: root/kcontrol/access/kcmaccess.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-09 10:18:56 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-09 10:18:56 -0600
commit3731f47e7310bf81f38db2cc25a5c39a1ae700ac (patch)
tree6bd3a8f6034db3cdbf985a447b923434b9a2733a /kcontrol/access/kcmaccess.cpp
parentb6609bb30d91121e98eb2bbe2cf89ff144680e84 (diff)
parentacab77ca4061e33330864ad16833cf81c807a9c6 (diff)
downloadtdebase-3731f47e7310bf81f38db2cc25a5c39a1ae700ac.tar.gz
tdebase-3731f47e7310bf81f38db2cc25a5c39a1ae700ac.zip
Merge branch 'master' of http://scm.trinitydesktop.org/scm/git/tdebase
Diffstat (limited to 'kcontrol/access/kcmaccess.cpp')
-rw-r--r--kcontrol/access/kcmaccess.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/kcontrol/access/kcmaccess.cpp b/kcontrol/access/kcmaccess.cpp
index d7e114c55..2279c9a78 100644
--- a/kcontrol/access/kcmaccess.cpp
+++ b/kcontrol/access/kcmaccess.cpp
@@ -226,7 +226,7 @@ KAccessConfig::KAccessConfig(TQWidget *parent, const char *)
{
KAboutData *about =
- new KAboutData(I18N_NOOP("kaccess"), I18N_NOOP("KDE Accessibility Tool"),
+ new KAboutData(I18N_NOOP("kaccess"), I18N_NOOP("TDE Accessibility Tool"),
0, 0, KAboutData::License_GPL,
I18N_NOOP("(c) 2000, Matthias Hoelzer-Kluepfel"));
@@ -382,7 +382,7 @@ KAccessConfig::KAccessConfig(TQWidget *parent, const char *)
toggleKeysBeep = new TQCheckBox(i18n("Use system bell whenever a locking key gets activated or deactivated"), grp);
vvbox->addWidget(toggleKeysBeep);
- kNotifyModifiers = new TQCheckBox(i18n("Use KDE's system notification mechanism whenever a modifier or locking key changes its state"), grp);
+ kNotifyModifiers = new TQCheckBox(i18n("Use TDE's system notification mechanism whenever a modifier or locking key changes its state"), grp);
vvbox->addWidget(kNotifyModifiers);
hbox = new TQHBoxLayout(vvbox, KDialog::spacingHint());
@@ -528,9 +528,9 @@ KAccessConfig::KAccessConfig(TQWidget *parent, const char *)
gestureConfirmation = new TQCheckBox(i18n("Show a confirmation dialog whenever a keyboard accessibility feature is turned on or off"), grp);
vvbox->addWidget(gestureConfirmation);
- TQWhatsThis::add (gestureConfirmation, i18n("If this option is checked, KDE will show a confirmation dialog whenever a keyboard accessibility feature is turned on or off.\nBe sure you know what you are doing if you uncheck it, as the keyboard accessibility settings will then always be applied without confirmation.") );
+ TQWhatsThis::add (gestureConfirmation, i18n("If this option is checked, TDE will show a confirmation dialog whenever a keyboard accessibility feature is turned on or off.\nBe sure you know what you are doing if you uncheck it, as the keyboard accessibility settings will then always be applied without confirmation.") );
- kNotifyAccessX = new TQCheckBox(i18n("Use KDE's system notification mechanism whenever a keyboard accessibility feature is turned on or off"), grp);
+ kNotifyAccessX = new TQCheckBox(i18n("Use TDE's system notification mechanism whenever a keyboard accessibility feature is turned on or off"), grp);
vvbox->addWidget(kNotifyAccessX);
hbox = new TQHBoxLayout(vvbox, KDialog::spacingHint());
@@ -564,7 +564,7 @@ KAccessConfig::~KAccessConfig()
void KAccessConfig::configureKNotify()
{
KAboutData about(I18N_NOOP("kaccess"),
- I18N_NOOP("KDE Accessibility Tool"),
+ I18N_NOOP("TDE Accessibility Tool"),
0);
KNotifyDialog::configure (this, 0, &about);
}