diff options
author | Captain Throwback <captainthrowback@hotmail.com> | 2014-10-10 16:36:09 +0200 |
---|---|---|
committer | Ethan Yonker <dees_troy@teamw.in> | 2014-10-14 15:17:04 +0200 |
commit | 5f4fd8c03eb6a8be46baa1c692761d8f85fda173 (patch) | |
tree | 9e27c879570c9f192c6e84b6a1ec916f5f447f90 /gui/devices/landscape | |
parent | display cpu temperature in twrp (diff) | |
download | android_bootable_recovery-5f4fd8c03eb6a8be46baa1c692761d8f85fda173.tar android_bootable_recovery-5f4fd8c03eb6a8be46baa1c692761d8f85fda173.tar.gz android_bootable_recovery-5f4fd8c03eb6a8be46baa1c692761d8f85fda173.tar.bz2 android_bootable_recovery-5f4fd8c03eb6a8be46baa1c692761d8f85fda173.tar.lz android_bootable_recovery-5f4fd8c03eb6a8be46baa1c692761d8f85fda173.tar.xz android_bootable_recovery-5f4fd8c03eb6a8be46baa1c692761d8f85fda173.tar.zst android_bootable_recovery-5f4fd8c03eb6a8be46baa1c692761d8f85fda173.zip |
Diffstat (limited to 'gui/devices/landscape')
-rw-r--r-- | gui/devices/landscape/res/landscape.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/devices/landscape/res/landscape.xml b/gui/devices/landscape/res/landscape.xml index 27f5bae76..d0012c0a6 100644 --- a/gui/devices/landscape/res/landscape.xml +++ b/gui/devices/landscape/res/landscape.xml @@ -2401,7 +2401,7 @@ <object type="checkbox"> <placement x="%col1_x%" y="%row6_text_y%" /> <font resource="font" color="%text_color%" /> - <text>Use Military Time</text> + <text>Use 24-hour clock</text> <data variable="tw_military_time" /> <image checked="checkbox_true" unchecked="checkbox_false" /> </object> |