diff options
Diffstat (limited to 'po')
-rw-r--r-- | po/.cvsignore | 1 | ||||
-rw-r--r-- | po/ChangeLog | 4 | ||||
-rwxr-xr-x | po/update.sh | 2 |
3 files changed, 5 insertions, 2 deletions
diff --git a/po/.cvsignore b/po/.cvsignore index 376b99479..af486e005 100644 --- a/po/.cvsignore +++ b/po/.cvsignore @@ -6,6 +6,5 @@ Makefile.in.in POTFILES cat-id-tbl.c gtk20.pot -gtk+.pot messages stamp-cat-id diff --git a/po/ChangeLog b/po/ChangeLog index 28e7d45fb..9ebc0862a 100644 --- a/po/ChangeLog +++ b/po/ChangeLog @@ -1,5 +1,9 @@ 2001-02-06 Christophe Merlet <redfox@eikonex.org> + * update.sh: PACKAGE must be gtk20, isn't it ?. + +2001-02-06 Christophe Merlet <redfox@eikonex.org> + * fr.po: Updated French translation. 2001-01-29 Kjartan Maraas <kmaraas@gnome.org> diff --git a/po/update.sh b/po/update.sh index c5c196a18..dfbca6402 100755 --- a/po/update.sh +++ b/po/update.sh @@ -1,7 +1,7 @@ #!/bin/sh VERSION="1.2.5" -PACKAGE="gtk+" +PACKAGE="gtk20" if [ "x$1" = "x--help" ]; then |