Mark app name as non translatable
This commit is contained in:
parent
e5b62be7a7
commit
2836c31d2d
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
<resources>
|
||||
<string name="app_name">EtchDroid</string>
|
||||
<string name="app_name" translatable="false">EtchDroid</string>
|
||||
<string name="flash_dd_usb_api">Write image directly to disk (using Android API)</string>
|
||||
<string name="flash_dmg_api">Restore macOS DMG image to disk (using Android API)</string>
|
||||
<string name="flash_unetbootin">Unetbootin-style flash (MBR only, requires root)</string>
|
||||
|
|
Loading…
Reference in a new issue