mirror of
https://github.com/SimpleMobileTools/Simple-Calendar.git
synced 2025-06-05 21:59:17 +02:00
Fixed string closing tag
Missing angular bracket led to build failures, FTFY!
This commit is contained in:
@ -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>
|
||||||
|
Reference in New Issue
Block a user