diff options
-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 |