diff options
| author | Lioncash <mathew1800@gmail.com> | 2013-09-04 07:19:02 -0400 |
|---|---|---|
| committer | Lioncash <mathew1800@gmail.com> | 2013-09-04 07:19:02 -0400 |
| commit | a83d4e72261e67b654071c43b136c4954a4b9bfc (patch) | |
| tree | 3d6b295593a1678c2b9c8c278a29dcd4d0317466 /Source/Android | |
| parent | a7c2b27a6adb5b0c741a47f3ef710c9d0b847bd1 (diff) | |
[Android] Correct a typo for the load state menu root in the menu overlay XML. Should be "loadStateRoot", not "loadtateRoot"
Diffstat (limited to 'Source/Android')
| -rw-r--r-- | Source/Android/res/menu/emuwindow_overlay.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Android/res/menu/emuwindow_overlay.xml b/Source/Android/res/menu/emuwindow_overlay.xml index 04c7161699..837f8b23af 100644 --- a/Source/Android/res/menu/emuwindow_overlay.xml +++ b/Source/Android/res/menu/emuwindow_overlay.xml @@ -22,7 +22,7 @@ </item> <item - android:id="@+id/loadtateRoot" + android:id="@+id/loadStateRoot" android:showAsAction="always" android:title="@string/overlay_loadstate"> <menu> |
