String correction
authorkink <kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 18 Mar 2003 23:02:54 +0000 (23:02 +0000)
committerkink <kink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Tue, 18 Mar 2003 23:02:54 +0000 (23:02 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@4662 7612ce4b-ef26-0410-bec9-ea0150e637f0

plugins/calendar/functions.php

index 6b646832e69f0d85a27f03dc385cf584c6c084c8..10c469c5ac3aab77d8f0587a4dfcb63c83b2c271 100644 (file)
@@ -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."),