diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2014-01-19 01:04:39 -0600 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2014-01-19 01:04:39 -0600 |
commit | 8781095d0759d8af3207e717560a53c02c32bc8b (patch) | |
tree | cf2d5c4f6bc70ec1e1f63bdd2d40d279d135629f /klipper | |
parent | 7d7246d87d0bacaaeee66ac6bf0b3d14ba1af078 (diff) | |
download | tdebase-8781095d0759d8af3207e717560a53c02c32bc8b.tar.gz tdebase-8781095d0759d8af3207e717560a53c02c32bc8b.zip |
Rebranding, tooltip, and What's This string cleanup.
Diffstat (limited to 'klipper')
-rw-r--r-- | klipper/configdialog.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/klipper/configdialog.cpp b/klipper/configdialog.cpp index 467377202..8f22070cf 100644 --- a/klipper/configdialog.cpp +++ b/klipper/configdialog.cpp @@ -138,8 +138,7 @@ GeneralWidget::GeneralWidget( TQWidget *parent, const char *name ) i18n("Sy&nchronize contents of the clipboard and the selection"), group ); TQWhatsThis::add( cbSynchronize, - i18n("Selecting this option synchronizes these two buffers, so they " - "work the same way as in KDE 1.x and 2.x.") ); + i18n("Selecting this option synchronizes these two buffers.") ); cbSeparate = new TQRadioButton( i18n("Separate clipboard and selection"), group ); |