fix apostrophes

This commit is contained in:
sonora 2015-01-25 16:11:54 +01:00
parent 37c53d6418
commit 412271b0e9

View file

@ -183,7 +183,7 @@ def replaceNoTranslate(line) {
task updateNoTranslate(type: Copy) {
from('.') {
include 'no_translate.xml'
include "no_translate.xml"
filter {
line -> replaceNoTranslate(line);
}