Mercurial > mplayer.hg
changeset 16909:d341329c2c1a
Little fixes around ':' and spaces
author | ptt |
---|---|
date | Sat, 05 Nov 2005 01:02:18 +0000 |
parents | bd4cac0d5e0e |
children | d64a4e8e5a87 |
files | help/help_mp-en.h |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/help/help_mp-en.h Sat Nov 05 00:55:34 2005 +0000 +++ b/help/help_mp-en.h Sat Nov 05 01:02:18 2005 +0000 @@ -1106,10 +1106,10 @@ // 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