summaryrefslogtreecommitdiff
path: root/perc.cfg
diff options
context:
space:
mode:
authorAlasdair Colley <ac@brede.(none)>2011-11-01 14:02:15 +0000
committerAlasdair Colley <ac@brede.(none)>2011-11-01 14:02:15 +0000
commit19797b659be5b03ccc5d9f4047308f1e4a2e122f (patch)
tree193f3590e2dfb03cf2ffc1f992a3054d57295f19 /perc.cfg
parentcfe908bfa13eb979532a28c594e3bc7edda06f26 (diff)
Fixed bug with custom events
Diffstat (limited to 'perc.cfg')
-rw-r--r--perc.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/perc.cfg b/perc.cfg
index 454a9a8..2abf07e 100644
--- a/perc.cfg
+++ b/perc.cfg
@@ -5,8 +5,8 @@
"hyphens": "%Y-%m-%d"
},
"time": {
- "12hour": "%I:%M%p",
"military": "%H%M",
+ "12hour": "%I:%M%p",
"12houronly": "%I%p",
"civilian": "%H:%M"
}