# HG changeset patch # User Richard Laager # Date 1139432175 0 # Node ID 87d9db90bf6e20330a2cc10f8d2f0bffc2a889d0 # Parent 2d68ea9616b30c46a2d247c465a884e863e9f9c0 [gaim-migrate @ 15548] Update to use intltool-update, rather than update.pl committer: Tailor Script diff -r 2d68ea9616b3 -r 87d9db90bf6e po/stats.pl --- a/po/stats.pl Wed Feb 08 19:49:54 2006 +0000 +++ b/po/stats.pl Wed Feb 08 20:56:15 2006 +0000 @@ -43,7 +43,7 @@ $now = `date`; -system("./update.pl --pot > /dev/null"); +system("intltool-update --pot > /dev/null"); $_ = `msgfmt --statistics $PACKAGE.pot -o /dev/null 2>&1`;