Merge remote-tracking branch 'origin/master'

This commit is contained in:
Weblate 2014-11-28 08:47:28 +01:00
commit 5725ceba75

View file

@ -200,7 +200,7 @@
<isset property="build.version" />
</condition>
<then>
<replaceregexp file="res/values/no_translate.xml" match='"app_version"&gt;(.*)&lt;' replace='"app_version"&gt;\1${build.version}&lt;' byline="true" />
<replaceregexp file="res/values/no_translate.xml" match='"app_version"&gt;(.*)&lt;' replace='"app_version"&gt;${build.version}&lt;' byline="true" />
</then>
</if>