diff options
author | filip <filip.komar@gmail.com> | 2013-11-01 15:25:10 +0100 |
---|---|---|
committer | filip <filip.komar@gmail.com> | 2013-11-01 15:25:10 +0100 |
commit | af62795fa48d081f6defc9464e048bde17954183 (patch) | |
tree | a9a9705c49cf3d8ace6fa9ec455d2da0a1327f68 | |
parent | d88232dcb27df35a45ed8c8e547eceffb1086d8f (diff) | |
download | tools-af62795fa48d081f6defc9464e048bde17954183.tar tools-af62795fa48d081f6defc9464e048bde17954183.tar.gz tools-af62795fa48d081f6defc9464e048bde17954183.tar.bz2 tools-af62795fa48d081f6defc9464e048bde17954183.tar.xz tools-af62795fa48d081f6defc9464e048bde17954183.zip |
small fix for last commit
-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 8bee84aa..b2eece70 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-01 14:18:00 UTC filip $ +# $Id: check_for_translation_work.sh 2013-11-01 14:24:00 UTC filip $ # # Please see git for a list of changes to this script. # @@ -59,7 +59,7 @@ copying_po=1 #work_on_html_software_files=no # uncomment next line to exclude all work on web pages translation -#work_on_web_pages_translation +#work_on_web_pages_translation=no # set copying of web page files with 1 copying_wp=1 |