mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-02 14:19:02 +00:00
[Android] Correct a typo for the load state menu root in the menu overlay XML. Should be "loadStateRoot", not "loadtateRoot"
This commit is contained in:
parent
a7c2b27a6a
commit
a83d4e7226
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
<item
|
<item
|
||||||
android:id="@+id/loadtateRoot"
|
android:id="@+id/loadStateRoot"
|
||||||
android:showAsAction="always"
|
android:showAsAction="always"
|
||||||
android:title="@string/overlay_loadstate">
|
android:title="@string/overlay_loadstate">
|
||||||
<menu>
|
<menu>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue