diff options
author | filip <filip.komar@gmail.com> | 2015-08-25 23:13:42 +0200 |
---|---|---|
committer | filip <filip.komar@gmail.com> | 2015-08-25 23:13:42 +0200 |
commit | 5764610c84d44790dff8bebfc503cb6d2b1696f7 (patch) | |
tree | d5d461cd382cafb731db98e33fccf6dd4345491a /langs/report_tx_git.php | |
parent | 142393a61e828cd3b24df992555bb38409f9aeeb (diff) | |
download | www-5764610c84d44790dff8bebfc503cb6d2b1696f7.tar www-5764610c84d44790dff8bebfc503cb6d2b1696f7.tar.gz www-5764610c84d44790dff8bebfc503cb6d2b1696f7.tar.bz2 www-5764610c84d44790dff8bebfc503cb6d2b1696f7.tar.xz www-5764610c84d44790dff8bebfc503cb6d2b1696f7.zip |
bugfix for mga#14899
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 |