From: Chris Allegretta Date: Tue, 18 Mar 2008 03:06:27 +0000 (+0000) Subject: Add Benno's latest translation fixes for shorcut display, X-Git-Tag: v2.1.0~2 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=1fb25fd2aa6a73ab9c5bd05608dce5773f18bbf1;p=nano.git Add Benno's latest translation fixes for shorcut display, first line message help, and comments to assist translators. git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4236 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- diff --git a/ChangeLog b/ChangeLog index c130f545..58b5963d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,15 +1,20 @@ +2008-03-17 Benno Schulenberg + * global.c - Fix incorrect first line jump messsage, fix + more comments to assist translators + * winio.c - Fix shortcut labels not being translated. + 2008-03-17 Mike Frysinger - * */.gitignore - Git ignore files for those running a local git + * */.gitignore: Git ignore files for those running a local git against SVN. 2008-03-16 Benno Schulenberg - * src/help.c, src/global. - Fix help strings no longer being + * src/help.c, src/global: Fix help strings no longer being translated properly. - * src/global.c, doc/man/nanorc.5 - Fix typos and poorlly worded lines + * src/global.c, doc/man/nanorc.5: Fix typos and poorlly worded lines in the source and man pages. 2008-03-04 Chris Allegretta keystr, f->desc); #endif - onekey(s->keystr, f->desc, colwidth + (COLS % colwidth)); + onekey(s->keystr, _(f->desc), colwidth + (COLS % colwidth)); i++; }