From: kink Date: Tue, 18 Mar 2003 23:02:54 +0000 (+0000) Subject: String correction X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=commitdiff_plain;h=6fe63d4eadd69223a714fe619720a7a13b5cac04;ds=sidebyside String correction git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@4662 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/plugins/calendar/functions.php b/plugins/calendar/functions.php index 6b646832..10c469c5 100644 --- a/plugins/calendar/functions.php +++ b/plugins/calendar/functions.php @@ -37,7 +37,7 @@ function select_option_length($selected) { $eventlength = array( '0' => _("0 min."), '15' => _("15 min."), - '30' => _("35 min."), + '30' => _("30 min."), '45' => _("45 min."), '60' => _("1 hr."), '90' => _("1.5 hr."),