From 2aeed32ddbc5890711098ba4c3ba0f509958197c Mon Sep 17 00:00:00 2001 From: filip Date: Sat, 30 Nov 2013 22:33:06 +0100 Subject: nicer sentence --- check_for_translation_work.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'check_for_translation_work.sh') 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 -- cgit v1.2.1