From 5764610c84d44790dff8bebfc503cb6d2b1696f7 Mon Sep 17 00:00:00 2001 From: filip Date: Tue, 25 Aug 2015 23:13:42 +0200 Subject: bugfix for mga#14899 --- langs/report_tx_git.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'langs/report_tx_git.php') diff --git a/langs/report_tx_git.php b/langs/report_tx_git.php index f6f3828a1..59939a134 100644 --- a/langs/report_tx_git.php +++ b/langs/report_tx_git.php @@ -696,9 +696,7 @@ if (0 < count($parse_errors)) { if (0 < count($nonequal_num_of_all_strings)) { $error = "Some resources (" . implode(", ", $nonequal_num_of_all_strings) . ") "; $error .= "have different number of all strings between our git and Transifex."; - $bug = "Note that there is a "; - $bug .= "known bug which influence proper parsing of msec and mageia-kde-translation."; - $errors['nonequal_num_of_all_strings'] = "$error Please report that on the mailing list if it happens across several days. $bug"; + $errors['nonequal_num_of_all_strings'] = "$error Please report that on the mailing list if it happens across several days."; } // making a list of resources with Tx/git differences -- cgit v1.2.1