diff options
Diffstat (limited to 'po')
-rw-r--r-- | po/ChangeLog | 4 | ||||
-rw-r--r-- | po/POTFILES.in | 3 |
2 files changed, 6 insertions, 1 deletions
diff --git a/po/ChangeLog b/po/ChangeLog index 80fa52a9c..ad54a0907 100644 --- a/po/ChangeLog +++ b/po/ChangeLog @@ -1,3 +1,7 @@ +2007-01-13 Jim Meyering <jim@meyering.net> + + * POTFILES.in: Add src/chcon.c. + 2006-10-19 Jim Meyering <jim@meyering.net> * POTFILES.in: Also include lib/regcomp.c, since it too uses gettext. diff --git a/po/POTFILES.in b/po/POTFILES.in index 3746acc61..8592947f4 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -1,5 +1,5 @@ # List of files which contain translatable strings. -# Copyright (C) 1996-2006 Free Software Foundation, Inc. +# Copyright (C) 1996-2007 Free Software Foundation, Inc. # These are nominally temporary... lib/acl.c @@ -33,6 +33,7 @@ lib/xstrtol.h src/base64.c src/basename.c src/cat.c +src/chcon.c src/chgrp.c src/chmod.c src/chown-core.c |