diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2014-02-01 18:56:29 -0600 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2014-02-01 18:56:29 -0600 |
commit | 00af0dfbf87c62e25b5050102b7bd8df2ddcc1d0 (patch) | |
tree | b6def5a6b7294fa49bd7af7eee8962219da191d2 /kgamma | |
parent | e5366c36671e3449f86faf4a13e049392765ee7c (diff) | |
download | tdegraphics-00af0dfbf87c62e25b5050102b7bd8df2ddcc1d0.tar.gz tdegraphics-00af0dfbf87c62e25b5050102b7bd8df2ddcc1d0.zip |
Nominal updates to gamma help handbook, update docbook doctype declarations, update TQLabel in Monitor Gamma module.
Diffstat (limited to 'kgamma')
-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 ); |