Skip to content

Commit

Permalink
Apparently app_name can't have newlines in it, or the manifest gets sad
Browse files Browse the repository at this point in the history
  • Loading branch information
sbosley committed Dec 20, 2012
1 parent 4eadddf commit 33e78ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion astrid/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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(.*)"
Expand Down

0 comments on commit 33e78ff

Please sign in to comment.