summaryrefslogtreecommitdiffstats
path: root/twin/kcmtwin/twinoptions/windows.cpp
diff options
context:
space:
mode:
authorWantao Liu <vantao@aosc.io>2023-09-17 17:41:41 +0800
committerWantao Liu <vantao@aosc.io>2023-09-17 17:51:08 +0800
commitecddb0fb6c027ef4610b09aa57142bf5024cd288 (patch)
tree6da436db0f0d023db0d6ce81d3f830780c8fb669 /twin/kcmtwin/twinoptions/windows.cpp
parent5fde4286063666e491dcabb7f9e4c22ca6ed963c (diff)
downloadtdebase-ecddb0fb6c027ef4610b09aa57142bf5024cd288.tar.gz
tdebase-ecddb0fb6c027ef4610b09aa57142bf5024cd288.zip
twin: replace three dot ellipsis with equally spaced ellipsis
Signed-off-by: Wantao Liu <vantao@aosc.io>
Diffstat (limited to 'twin/kcmtwin/twinoptions/windows.cpp')
-rw-r--r--twin/kcmtwin/twinoptions/windows.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/twin/kcmtwin/twinoptions/windows.cpp b/twin/kcmtwin/twinoptions/windows.cpp
index 1a2286878..0a83808db 100644
--- a/twin/kcmtwin/twinoptions/windows.cpp
+++ b/twin/kcmtwin/twinoptions/windows.cpp
@@ -884,7 +884,7 @@ KAdvancedConfig::KAdvancedConfig (bool _standAlone, TDEConfig *_config, TQWidget
hideUtilityWindowsForInactive = new TQCheckBox( i18n( "Hide utility windows for inactive applications" ), this );
TQWhatsThis::add( hideUtilityWindowsForInactive,
- i18n( "When turned on, utility windows (tool windows, torn-off menus,...) of inactive applications will be"
+ i18n( "When turned on, utility windows (tool windows, torn-off menus,…) of inactive applications will be"
" hidden and will be shown only when the application becomes active. Note that applications"
" have to mark the windows with the proper window type for this feature to work." ));
connect(hideUtilityWindowsForInactive, TQT_SIGNAL(toggled(bool)), TQT_SLOT(changed()));