diff --git a/po/ChangeLog b/po/ChangeLog index 3de7e7213e..41eb15dcbf 100644 --- a/po/ChangeLog +++ b/po/ChangeLog @@ -1,3 +1,7 @@ +2000-11-10 Robert Brady + + * update.pl: Module name is "gtk20" now. + 2000-11-09 Jarkko Ranta * fi.po: Updated Finnish translation diff --git a/po/update.pl b/po/update.pl index 6b6b585364..d6b2fc89f9 100755 --- a/po/update.pl +++ b/po/update.pl @@ -8,7 +8,7 @@ $VERSION = "1.2.5 beta 2"; $LANG = $ARGV[0]; -$PACKAGE = "gtk+"; +$PACKAGE = "gtk20"; if (! $LANG){ print "update.pl: missing file arguments\n";