master
Georg Ehrke 2014-02-04 13:31:48 +01:00
parent 9296ad2de3
commit 90257dbf39
1 changed files with 1 additions and 1 deletions

View File

@ -172,7 +172,7 @@ class OC_Calendar_Object{
if($shared && isset($vevent->CLASS) && (string)$vevent->CLASS !== 'PUBLIC') {
throw new Sabre_DAV_Exception_PreconditionFailed(
OC_Calendar_App::$l10n->t(
'You do cannot add non-public events to a shared calendar.'
'You cannot add non-public events to a shared calendar.'
)
);
}