Fixed string closing tag
Missing angular bracket led to build failures, FTFY!
This commit is contained in:
parent
7f44e7f786
commit
6392cadd39
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string name="app_name">简易日历/string>
|
||||
<string name="app_name">简易日历</string>
|
||||
<string name="app_launcher_name">简易日历</string>
|
||||
<string name="change_view">改变检视模式</string>
|
||||
<string name="daily_view">日历</string>
|
||||
|
@ -283,4 +283,4 @@
|
|||
Haven't found some strings? There's more at
|
||||
https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
|
||||
-->
|
||||
</resources>
|
||||
</resources>
|
||||
|
|
Loading…
Reference in a new issue