summaryrefslogtreecommitdiffstats
path: root/twin/plugins.cpp
diff options
context:
space:
mode:
authorWantao Liu <[email protected]>2023-09-17 17:41:41 +0800
committerSlávek Banko <[email protected]>2023-09-17 17:29:14 +0200
commitd6b95eea5a239818db7a20ce0ee520b496034076 (patch)
tree92a0c922eb0e81e81cf33e41569e66b45160a479 /twin/plugins.cpp
parent68cfcb9af6531490340813dcea85f65cde67f50e (diff)
downloadtdebase-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/plugins.cpp')
-rw-r--r--twin/plugins.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/twin/plugins.cpp b/twin/plugins.cpp
index 5f20b7018..6b25c9e6b 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);
}