diff options
Diffstat (limited to 'langs/report_tx_git.php')
-rw-r--r-- | langs/report_tx_git.php | 4 |
1 files changed, 1 insertions, 3 deletions
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 <a href=\"https://bugs.mageia.org/show_bug.cgi?id=14899\">"; - $bug .= "known bug which influence proper parsing of msec and mageia-kde-translation</a>."; - $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 |