summaryrefslogtreecommitdiffstats
path: root/twin/plugins.cpp
diff options
context:
space:
mode:
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 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);
}