* src/derives.c, src/print.c, src/reduce.c: To ease the

translation, move some `n' out of the translated strings.
This commit is contained in:
Akim Demaille
2000-10-02 10:21:47 +00:00
parent 89cab50df1
commit 444c570aad
4 changed files with 30 additions and 9 deletions

View File

@@ -40,7 +40,9 @@ print_derives (void)
int i;
short *sp;
printf (_("\n\n\nDERIVES\n\n"));
fputs ("\n\n\n", stdout);
printf (_("DERIVES"));
fputs ("\n\n", stdout);
for (i = ntokens; i < nsyms; i++)
{