diff options
Diffstat (limited to 'kgamma/kcmkgamma/kgamma.cpp')
-rw-r--r-- | kgamma/kcmkgamma/kgamma.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kgamma/kcmkgamma/kgamma.cpp b/kgamma/kcmkgamma/kgamma.cpp index 2d77e1f6..ecbb8fe4 100644 --- a/kgamma/kcmkgamma/kgamma.cpp +++ b/kgamma/kcmkgamma/kgamma.cpp @@ -255,7 +255,7 @@ void KGamma::setupUI() { //Options TQHBox *options = new TQHBox(this); - xf86cfgbox = new TQCheckBox( i18n("Save settings to XF86Config"), options ); + xf86cfgbox = new TQCheckBox( i18n("Save settings to X-Server Config"), options ); connect(xf86cfgbox, TQT_SIGNAL(clicked()), TQT_SLOT(changeConfig())); syncbox = new TQCheckBox( i18n("Sync screens"), options ); |