From 8a05dfa39844a958bc562ce504469622e3ab8726 Mon Sep 17 00:00:00 2001 From: Brian Moe <bmoe@gravity.phys.uwm.edu> Date: Fri, 13 Nov 2009 20:06:33 -0600 Subject: [PATCH] Word choice change --- gracedb/templatetags/timeutil.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gracedb/templatetags/timeutil.py b/gracedb/templatetags/timeutil.py index 357a26881..7a804249a 100644 --- a/gracedb/templatetags/timeutil.py +++ b/gracedb/templatetags/timeutil.py @@ -91,7 +91,7 @@ def timeselect(label, default, autoescape=None): ("gps", "GPS Time"), ("llo", "LLO Local"), ("lho", "LHO Local"), - ("virgo", "Virgo Time"), + ("virgo", "Virgo Local"), ("utc", "UTC"),]: selected = "" if value == default: -- GitLab