From 9ee38fe5c2a76e4593b19a5a677c26b318b872d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Pr=C3=A9vot?= Date: Fri, 23 Dec 2011 23:02:35 +0000 Subject: Fix gettext stuff and update POT file; (fr) sync CVS version numbers stattrans.pl: 1.106 -> 1.107 english/po/stats.pot: 1.3 -> 1.4 french/po/stats.fr.po: 1.4 -> 1.5 --- stattrans.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stattrans.pl') diff --git a/stattrans.pl b/stattrans.pl index 02f54acbd56..8c5204a1c8d 100755 --- a/stattrans.pl +++ b/stattrans.pl @@ -386,7 +386,7 @@ foreach $lang (@search_in) { $o_body .= sprintf "%s", $transversion{"$lang/$file"}; $o_body .= sprintf "%s", $version{"$orig/$file"}; $o_body .= sprintf "%s", $msg; - $o_body .= sprintf "+/-", $file, $transversion{"$lang/$file"}, $version{"$orig/$file"}; + $o_body .= sprintf 'Click to fetch diffstat data\' onClick="setDiffstat(\'%s\', \'%s\', \'%s\', this)">+/-', $file, $transversion{"$lang/$file"}, $version{"$orig/$file"}; if ($msg eq 'Wrong translation version' || $msg eq 'The original no longer exists') { $o_body .= ""; } else { -- cgit v1.2.3