From: Mischa POSLAWSKY Date: Sun, 4 Mar 2007 09:03:15 +0000 (+0100) Subject: use spaces for alignment X-Git-Url: http://git.shiar.nl/netris.git/commitdiff_plain/ae37c04c146c531a475aafa0ec96ec011fe32e22 use spaces for alignment --- diff --git a/msg.en.h b/msg.en.h index ccfc707..4f41af2 100644 --- a/msg.en.h +++ b/msg.en.h @@ -1,10 +1,10 @@ -#define MSG_NEXT "next " -#define MSG_LEVEL "level %5d" -#define MSG_SCORE "score%8d" -#define MSG_LINES "lines%8d" -#define MSG_PPM "ppm %9.1f" -#define MSG_APM "apm %9.1f" -#define MSG_YIELD "yield %3d%%" +#define MSG_NEXT "next " +#define MSG_LEVEL "level %5d" +#define MSG_SCORE "score%8d" +#define MSG_LINES "lines%8d" +#define MSG_PPM "ppm %9.1f" +#define MSG_APM "apm %9.1f" +#define MSG_YIELD "yield %3d%%" #define MSG_TITLE "NETRIS" #define MSG_TITLESUB "(C)1994-1996,1999 Mark H. Weaver, (C)2002 Shiar" diff --git a/msg.nl.h b/msg.nl.h index d746629..49a7623 100644 --- a/msg.nl.h +++ b/msg.nl.h @@ -1,8 +1,8 @@ -#define MSG_NEXT "volgende " -#define MSG_LEVEL "niveau %5d" -#define MSG_SCORE "score%8d" -#define MSG_LINES "lijnen%7d" -#define MSG_PPM "ppm %9.1f" -#define MSG_APM "apm %9.1f" -#define MSG_YIELD "yield %3d%%" +#define MSG_NEXT "volgende " +#define MSG_LEVEL "niveau %5d" +#define MSG_SCORE "score%8d" +#define MSG_LINES "lijnen%7d" +#define MSG_PPM "ppm %9.1f" +#define MSG_APM "apm %9.1f" +#define MSG_YIELD "yield %3d%%"