[MPlayer-DOCS] CVS: main/help help_mp-en.h,1.191,1.192

Paul TT paultt at hackerjournal.it
Wed Nov 2 12:01:11 CET 2005


On Tue, 25 Oct 2005 20:47:22 +0200 (CEST)
syncmail at mplayerhq.hu (Reynaldo H. Verdejo CVS) wrote:

> CVS change done by Reynaldo H. Verdejo CVS
> 
> Update of /cvsroot/mplayer/main/help
> In directory mail:/var2/tmp/cvs-serv9465/help
> 
> Modified Files:
> 	help_mp-en.h 
> Log Message:
> INPUT section created, added messages from input/input.c and
input/joystick.c
 
> +// 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"

in all other messages there is no space before ':', so the above would
be:
"Can't open joystick device %s: %s\n"

am i right?
in source files there was the space, but maybe now could we set like the
others?
the same for the following:

> +#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"





More information about the MPlayer-DOCS mailing list