Apparently app_name can't have newlines in it, or the manifest gets sad

pull/14/head lite-0.5.0
Sam Bosley 12 years ago
parent 4eadddf3bd
commit 33e78ff26d

@ -325,7 +325,7 @@
<replaceregexp file="res/values/strings-core.xml"
match="app_name&quot;&gt;.*&lt;"
replace="app_name&quot;&gt;Simple\\\\nTo-do&lt;"
replace="app_name&quot;&gt;Simple To-do&lt;"
/>
<replaceregexp file="res/values/strings-widget.xml"
match="(PPW_widget.*)Astrid(.*)"

Loading…
Cancel
Save