add military time option
diff --git a/gui/devices/1280x800/res/ui.xml b/gui/devices/1280x800/res/ui.xml
index 9533189..9529d11 100644
--- a/gui/devices/1280x800/res/ui.xml
+++ b/gui/devices/1280x800/res/ui.xml
@@ -2440,6 +2440,14 @@
 				<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%" />