Author: Unknown
Description: Fix extra space in player text strings.
--- a/scripts/modules/player_text.py.orig	2006-10-28 22:31:49.000000000 +0200
+++ b/scripts/modules/player_text.py	2006-10-28 22:30:34.000000000 +0200
@@ -1,4 +1,4 @@
- _("That clock seems to be late!")
+_("That clock seems to be late!")
 _("Aw, a midget yeti, how cute!")
 _("I'd better not touch this ... What if it explodes??")
 _("Closed. We are all imprisoned here ...")
