README-prereq: add autopoint (not always part of gettext) po/POTFILES.in: typo
Signed-off-by: Jean-Baptiste Rouquier <[email protected]> --- README-prereq | 2 ++ po/POTFILES.in | 2 +- 2 files changed, 3 insertions(+), 1 deletions(-) diff --git a/README-prereq b/README-prereq index 056f42d..a3196f0 100644 --- a/README-prereq +++ b/README-prereq @@ -3,6 +3,8 @@ I.E. the tools checked for by the bootstrap script and include: - Autoconf <http://www.gnu.org/software/autoconf/> - Automake <http://www.gnu.org/software/automake/> +- Autopoint Sometimes included in gettext (see below). + In Debian and derivatives, this is a distinct package. - Bison <http://www.gnu.org/software/bison/> - Gettext <http://www.gnu.org/software/gettext/> - Git <http://git.or.cz/> diff --git a/po/POTFILES.in b/po/POTFILES.in index b33c126..77c53e4 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -1,4 +1,4 @@ -# List of files which containing translatable strings. +# List of files containing translatable strings. # # Copyright 1997-1998, 2005-2012 Free Software Foundation, Inc. # -- 1.7.4.1
