Merge pull request #872 from ArchKudo/patch-1

Fixed string closing tag
This commit is contained in:
Tibor Kaputa 2019-05-02 18:16:49 +02:00 committed by GitHub
commit 1338c6a14f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

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>