--- a/po/stats.pl Sun Oct 12 22:02:07 2008 +0000 +++ b/po/stats.pl Thu Oct 16 07:58:41 2008 +0000 @@ -63,7 +63,7 @@ $trans = $fuzz = $untrans = 0; $po = $pos[$index]; print STDERR "$po..." if($ARGV[0] eq '-v'); - system("msgmerge -U $po.po $PACKAGE.pot 2>/dev/null"); + system("msgmerge --no-location -U $po.po $PACKAGE.pot 2>/dev/null"); if (($? & 127) == 2) { printf STDERR "Caught keyboard interrupt--exiting\n"; exit