From d9d46e04f6b73ff09053f1d21bffef12aac9ceaf Mon Sep 17 00:00:00 2001 From: skeeter Date: Mon, 4 Dec 2000 18:03:41 +0000 Subject: [PATCH] fixed double end time labels --- calendar/edit_entry.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calendar/edit_entry.php b/calendar/edit_entry.php index a0f89c8e98..22bc7ecf6d 100755 --- a/calendar/edit_entry.php +++ b/calendar/edit_entry.php @@ -125,7 +125,7 @@ $phpgw->template->parse("output","list",True); // Time - $phpgw->template->set_var("field",lang("End Time")); + $phpgw->template->set_var("field",lang("Time")); $amsel = "checked"; $pmsel = ""; if ($phpgw_info["user"]["preferences"]["common"]["timeformat"] == "12") {