diff options
author | filip <filip.komar@gmail.com> | 2016-07-06 23:15:57 +0200 |
---|---|---|
committer | filip <filip.komar@gmail.com> | 2016-07-06 23:15:57 +0200 |
commit | d32e4ecb54bdcc306665cc23110389a0ce5a7aa8 (patch) | |
tree | 89ac322bb8353203ce40f3f43845399f6933fa05 | |
parent | e4d0f29178c735e75f639d92751af608d0fcd343 (diff) | |
download | tools-d32e4ecb54bdcc306665cc23110389a0ce5a7aa8.tar tools-d32e4ecb54bdcc306665cc23110389a0ce5a7aa8.tar.gz tools-d32e4ecb54bdcc306665cc23110389a0ce5a7aa8.tar.bz2 tools-d32e4ecb54bdcc306665cc23110389a0ce5a7aa8.tar.xz tools-d32e4ecb54bdcc306665cc23110389a0ce5a7aa8.zip |
link improvement for web l10n report
-rwxr-xr-x | check_for_translation_work.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/check_for_translation_work.sh b/check_for_translation_work.sh index 0013f828..d6060cb7 100755 --- a/check_for_translation_work.sh +++ b/check_for_translation_work.sh @@ -7,7 +7,7 @@ # # Filip Komar, 2012 - 2016 # Remco Rijnders, 2012 -# $Id: check_for_translation_work.sh 2016-07-05 19:51:00 UTC filip $ +# $Id: check_for_translation_work.sh 2016-07-06 20:39:00 UTC filip $ # # Please see git for a list of changes to this script. # @@ -618,7 +618,7 @@ if [ -z "$work_on_web_pages_translation" ]; then echo -e "\E[32m" echo "Check out / update web page files:" | tee -a "$logfile"_this_run.log echo "" >> "$log_directory"/list_of_resources_for_translation_$language_code.txt - echo "Please check http://www.mageia.org/langs/report.php for details about translation of web page files in $language_code language." >> "$log_directory"/list_of_resources_for_translation_$language_code.txt + echo "Please check https://www.mageia.org/langs/report.php?l=$language_code for details about translation of web page files in $language_code language." >> "$log_directory"/list_of_resources_for_translation_$language_code.txt echo -e "\E[m" for web_page_name in "${!web_pages[@]}" do |