diff options
Diffstat (limited to 'gui/devices/800x1280/res')
-rwxr-xr-x | gui/devices/800x1280/res/ui.xml | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/gui/devices/800x1280/res/ui.xml b/gui/devices/800x1280/res/ui.xml index 03e4e7001..eb602cd7c 100755 --- a/gui/devices/800x1280/res/ui.xml +++ b/gui/devices/800x1280/res/ui.xml @@ -2432,8 +2432,8 @@ <object type="checkbox"> <placement x="%col1_x%" y="%row5_text_y%" /> <font resource="font" color="%text_color%" /> - <text>Ignore image size errors during backup.</text> - <data variable="tw_ignore_image_size" /> + <text>Use Military Time.</text> + <data variable="tw_military_time" /> <image checked="checkbox_true" unchecked="checkbox_false" /> </object> @@ -2454,14 +2454,6 @@ <image checked="checkbox_true" unchecked="checkbox_false" /> </object> - <object type="checkbox"> - <placement x="%col1_x%" y="%row8_text_y%" /> - <font resource="font" color="%text_color%" /> - <text>Use Military Time</text> - <data variable="tw_military_time" /> - <image checked="checkbox_true" unchecked="checkbox_false" /> - </object> - <object type="button"> <highlight color="%highlight_color%" /> <placement x="%col1_x%" y="%row3_y%" /> |