Escape apostrophe in resources
In XML resources files, apostrophes must be escaped. (fix compilation)
This commit is contained in:
parent
4a5d732c01
commit
0570c85133
@ -10,6 +10,6 @@
|
|||||||
<string-array name="themeNames">
|
<string-array name="themeNames">
|
||||||
<item>Sombre</item>
|
<item>Sombre</item>
|
||||||
<item>Clair</item>
|
<item>Clair</item>
|
||||||
<item>Clair (avec barre d'action sombre)</item>
|
<item>Clair (avec barre d\'action sombre)</item>
|
||||||
</string-array>
|
</string-array>
|
||||||
</resources>
|
</resources>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user