summaryrefslogtreecommitdiffstats
path: root/help
diff options
context:
space:
mode:
authorptt <ptt@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-11-05 01:02:18 +0000
committerptt <ptt@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-11-05 01:02:18 +0000
commit34e9f8b037040f8a29b2f2e4f5652f46dcd5a2c4 (patch)
treec8a081471a96dc532685633fbadd18b27c2c4757 /help
parent12564354230db7b8fe2b12786810f261f8c6136b (diff)
downloadmpv-34e9f8b037040f8a29b2f2e4f5652f46dcd5a2c4.tar.bz2
mpv-34e9f8b037040f8a29b2f2e4f5652f46dcd5a2c4.tar.xz
Little fixes around ':' and spaces
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16910 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'help')
-rw-r--r--help/help_mp-en.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/help/help_mp-en.h b/help/help_mp-en.h
index 678ebac55c..bac553ed8d 100644
--- a/help/help_mp-en.h
+++ b/help/help_mp-en.h
@@ -1106,10 +1106,10 @@ static char help_text[]=
// joystick.c
#define MSGTR_INPUT_JOYSTICK_Opening "Opening joystick device %s\n"
-#define MSGTR_INPUT_JOYSTICK_CantOpen "Can't open joystick device %s : %s\n"
-#define MSGTR_INPUT_JOYSTICK_ErrReading "Error while reading joystick device : %s\n"
-#define MSGTR_INPUT_JOYSTICK_LoosingBytes "Joystick : we loose %d bytes of data\n"
-#define MSGTR_INPUT_JOYSTICK_WarnLostSync "Joystick : warning init event, we have lost sync with driver\n"
+#define MSGTR_INPUT_JOYSTICK_CantOpen "Can't open joystick device %s: %s\n"
+#define MSGTR_INPUT_JOYSTICK_ErrReading "Error while reading joystick device: %s\n"
+#define MSGTR_INPUT_JOYSTICK_LoosingBytes "Joystick: we loose %d bytes of data\n"
+#define MSGTR_INPUT_JOYSTICK_WarnLostSync "Joystick: warning init event, we have lost sync with driver\n"
#define MSGTR_INPUT_JOYSTICK_WarnUnknownEvent "Joystick warning unknown event type %d\n"
// input.c