diff options
author | Wantao Liu <vantao@aosc.io> | 2023-09-17 17:41:41 +0800 |
---|---|---|
committer | Wantao Liu <vantao@aosc.io> | 2023-09-17 17:51:08 +0800 |
commit | ecddb0fb6c027ef4610b09aa57142bf5024cd288 (patch) | |
tree | 6da436db0f0d023db0d6ce81d3f830780c8fb669 /twin/plugins.cpp | |
parent | 5fde4286063666e491dcabb7f9e4c22ca6ed963c (diff) | |
download | tdebase-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/plugins.cpp')
-rw-r--r-- | twin/plugins.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/twin/plugins.cpp b/twin/plugins.cpp index bb995de22..6df451dc3 100644 --- a/twin/plugins.cpp +++ b/twin/plugins.cpp @@ -30,7 +30,7 @@ PluginMgr::PluginMgr() void PluginMgr::error( const TQString &error_msg ) { tqWarning( "%s", (i18n("TWin: ") + error_msg + - i18n("\nTWin will now exit...")).local8Bit().data() ); + i18n("\nTWin will now exit…")).local8Bit().data() ); exit(1); } |