mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-01 05:38:50 +00:00
[Android] Add translatable="false" to the names of the string arrays in prefvalues.xml.
This commit is contained in:
parent
a8fcd50cd7
commit
8fbf11a0d9
1 changed files with 2 additions and 2 deletions
|
@ -1,11 +1,11 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<resources>
|
<resources>
|
||||||
<string-array name="gpuOptions">
|
<string-array name="gpuOptions" translatable="false">
|
||||||
<item>Software Renderer</item>
|
<item>Software Renderer</item>
|
||||||
<item>OpenGL ES 3</item>
|
<item>OpenGL ES 3</item>
|
||||||
</string-array>
|
</string-array>
|
||||||
|
|
||||||
<string-array name="gpuValues">
|
<string-array name="gpuValues" translatable="false">
|
||||||
<item>Software Renderer</item>
|
<item>Software Renderer</item>
|
||||||
<item>OGL</item>
|
<item>OGL</item>
|
||||||
</string-array>
|
</string-array>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue