[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:
Lioncash 2013-09-04 07:19:02 -04:00
parent a7c2b27a6a
commit a83d4e7226

View File

@ -22,7 +22,7 @@
</item>
<item
android:id="@+id/loadtateRoot"
android:id="@+id/loadStateRoot"
android:showAsAction="always"
android:title="@string/overlay_loadstate">
<menu>