From ecddb0fb6c027ef4610b09aa57142bf5024cd288 Mon Sep 17 00:00:00 2001 From: Wantao Liu Date: Sun, 17 Sep 2023 17:41:41 +0800 Subject: twin: replace three dot ellipsis with equally spaced ellipsis Signed-off-by: Wantao Liu --- twin/plugins.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'twin/plugins.cpp') 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); } -- cgit v1.2.1