From 87d096e19048ad300d8540858c1bbd7af0eb7156 Mon Sep 17 00:00:00 2001 From: "Jeroen van Meeuwen (Kolab Systems)" Date: Sat, 11 Aug 2012 23:46:35 +0100 Subject: [PATCH] Fix typo (dupondje on IRC channel #kolab) --- plugins/calendar/calendar.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/calendar/calendar.php b/plugins/calendar/calendar.php index 722e1cb9..c878156c 100644 --- a/plugins/calendar/calendar.php +++ b/plugins/calendar/calendar.php @@ -1255,7 +1255,7 @@ class calendar extends rcube_plugin case 'MONTHLY': $freq .= $this->gettext('months'); break; - case 'YEARY': + case 'YEARLY': $freq .= $this->gettext('years'); break; }