Fixed string closing tag

Missing angular bracket led to build failures, FTFY!
This commit is contained in:
Girish Vyas
2019-05-02 20:10:06 +05:30
committed by GitHub
parent 7f44e7f786
commit 6392cadd39

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<resources> <resources>
    <string name="app_name">简易日历/string>     <string name="app_name">简易日历</string>
    <string name="app_launcher_name">简易日历</string>     <string name="app_launcher_name">简易日历</string>
    <string name="change_view">改变检视模式</string>     <string name="change_view">改变检视模式</string>
    <string name="daily_view">日历</string>     <string name="daily_view">日历</string>
@ -283,4 +283,4 @@
        Haven't found some strings? There's more at         Haven't found some strings? There's more at
        https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res         https://github.com/SimpleMobileTools/Simple-Commons/tree/master/commons/src/main/res
    -->     -->
</resources> </resources>