diff options
author | Wantao Liu <[email protected]> | 2023-09-17 17:41:41 +0800 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2023-09-17 17:29:14 +0200 |
commit | d6b95eea5a239818db7a20ce0ee520b496034076 (patch) | |
tree | 92a0c922eb0e81e81cf33e41569e66b45160a479 /twin/kcmtwin/twindecoration | |
parent | 68cfcb9af6531490340813dcea85f65cde67f50e (diff) | |
download | tdebase-d6b95eea5a239818db7a20ce0ee520b496034076.tar.gz tdebase-d6b95eea5a239818db7a20ce0ee520b496034076.zip |
twin: replace three dot ellipsis with equally spaced ellipsis
Signed-off-by: Wantao Liu <[email protected]>
(cherry picked from commit ecddb0fb6c027ef4610b09aa57142bf5024cd288)
Diffstat (limited to 'twin/kcmtwin/twindecoration')
-rw-r--r-- | twin/kcmtwin/twindecoration/twindecoration.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/twin/kcmtwin/twindecoration/twindecoration.cpp b/twin/kcmtwin/twindecoration/twindecoration.cpp index 518f3bde8..84523bfe2 100644 --- a/twin/kcmtwin/twindecoration/twindecoration.cpp +++ b/twin/kcmtwin/twindecoration/twindecoration.cpp @@ -189,7 +189,7 @@ KWinDecorationModule::KWinDecorationModule(TQWidget* parent, const char* name, c inactiveShadowSettings = new TQGroupBox(1, TQt::Horizontal, i18n("Inactive Window Shadows"), shadowPage); whichShadowSettings = new TQGroupBox(3, TQt::Horizontal, - i18n("Draw Shadow Under Normal Windows And..."), shadowPage); + i18n("Draw Shadow Under Normal Windows And…"), shadowPage); cbShadowDocks = new TQCheckBox(i18n("Docks and &panels"), whichShadowSettings); @@ -951,7 +951,7 @@ TQString KWinDecorationModule::quickHelp() const "as well as titlebar button positions and custom decoration options.</p>" "To choose a theme for your window decoration click on its name and apply your choice by clicking the \"Apply\" button below." " If you do not want to apply your choice you can click the \"Reset\" button to discard your changes." - "<p>You can configure each theme in the \"Configure [...]\" tab. There are different options specific for each theme.</p>" + "<p>You can configure each theme in the \"Configure […]\" tab. There are different options specific for each theme.</p>" "<p>In \"General Options (if available)\" you can activate the \"Buttons\" tab by checking the \"Use custom titlebar button positions\" box." " In the \"Buttons\" tab you can change the positions of the buttons to your liking.</p>" ); } |