fix string

This commit is contained in:
Eric House 2020-08-07 18:41:46 -07:00
parent e8175d69aa
commit d0145779ce

View file

@ -2593,7 +2593,7 @@
<!-- Debug-build-only menu to turn on saving of logs -->
<string name="gamel_menu_logstore_on">Enable log storage</string>
<!-- Debug-build-only menu to turn off saving of logs -->
<string name="gamel_menu_logstore_off">Diable log storage</string>
<string name="gamel_menu_logstore_off">Disable log storage</string>
<!-- Debug-build-only menu to clear/delete saved logs -->
<string name="gamel_menu_logstore_clear">Clear stored logs</string>
<!-- Debug-build-only menu to write saved logs to a world-readable file -->