Fix typo (dupondje on IRC channel #kolab)

This commit is contained in:
Jeroen van Meeuwen (Kolab Systems) 2012-08-11 23:46:35 +01:00
parent 90ec02abe4
commit 87d096e190

View file

@ -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;
}