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") {