Remove ignore image size setting

Move military time setting up and remove the now unused ignore
image size setting from XML layouts.
diff --git a/gui/devices/800x480/res/ui.xml b/gui/devices/800x480/res/ui.xml
index 9501ad8..7813aa6 100755
--- a/gui/devices/800x480/res/ui.xml
+++ b/gui/devices/800x480/res/ui.xml
@@ -2468,8 +2468,8 @@
 			<object type="checkbox">
 				<placement x="%col1_x%" y="%row6_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>
 
@@ -2490,14 +2490,6 @@
 				<image checked="checkbox_true" unchecked="checkbox_false" />
 			</object>
 
-                        <object type="checkbox">
-                                <placement x="%col1_x%" y="%row9_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="%row2_y%" />
@@ -2534,7 +2526,7 @@
 				<touch key="back" />
 				<action function="page">main</action>
 			</object>
-
+			
 			<object type="template" name="footer" />
 		</page>