diff options
| -rwxr-xr-x | tools/genlang | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/genlang b/tools/genlang index 2e3f212..5e8c607 100755 --- a/tools/genlang +++ b/tools/genlang @@ -25,7 +25,7 @@ print HFILE <<MOO /* This file was automaticly generated using genlang */ /* * The str() macro/functions is how to access strings that might be - * translated. Use it like str(MACRO) and except a string to be + * translated. Use it like str(MACRO) and expect a string to be * returned! */ #define str(x) language_strings[x] @@ -33,6 +33,7 @@ print HFILE <<MOO /* this is the array with all the strings */ extern unsigned char *language_strings[]; +/* The enum below contains all available strings */ enum { MOO ; |