diff options
-rwxr-xr-x | check_for_translation_work.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/check_for_translation_work.sh b/check_for_translation_work.sh index 481bc504..ed0bf38b 100755 --- a/check_for_translation_work.sh +++ b/check_for_translation_work.sh @@ -7,7 +7,7 @@ # # Filip Komar, 2012, 2013 # Remco Rijnders, 2012 -# $Id: check_for_translation_work.sh 2013-11-30 21:22:00 UTC filip $ +# $Id: check_for_translation_work.sh 2013-11-30 21:31:00 UTC filip $ # # Please see git for a list of changes to this script. # @@ -243,7 +243,7 @@ echo "" | tee -a "$logfile"_this_run.log echo -e "\E[32m" echo "" >> "$log_directory"/list_of_resources_for_translation.txt echo "Po and pot files:" | tee -a "$logfile"_this_run.log -echo "Translate po files in working directories (WD) or git:" >> "$log_directory"/list_of_resources_for_translation.txt +echo "Translate po files in working (WD) or git directories:" >> "$log_directory"/list_of_resources_for_translation.txt echo -e "\E[m" # echo about checking the syntax of po file if required @@ -447,7 +447,7 @@ echo "" | tee -a "$logfile"_this_run.log echo -e "\E[32m" echo "" >> "$log_directory"/list_of_resources_for_translation.txt echo "*.desktop files:" | tee -a "$logfile"_this_run.log -echo "Translate *.desktop files in working directories (WD) or git:" >> "$log_directory"/list_of_resources_for_translation.txt +echo "Translate *.desktop files in working (WD) or git directories:" >> "$log_directory"/list_of_resources_for_translation.txt echo -e "\E[m" empty_list_of_desktop_file="" i=1 |