diff --git a/cal/cal.php b/cal/cal.php index 4d251d37..b9c27755 100644 --- a/cal/cal.php +++ b/cal/cal.php @@ -172,7 +172,7 @@ function cal_addon_settings ( &$a, &$s ) $url = $a->get_baseurl().'/cal/'.$a->user['nickname'].'/export/format'; $s .= '

'.t('Export Events').'

'; - $s .= '

'.t('If this is enabled, you public events will be available at').' '.$url.'

'; + $s .= '

'.t('If this is enabled, your public events will be available at').' '.$url.'

'; $s .= '

'.t('Currently supported formats are ical and csv.').'

'; $s .= '
'; $s .= '';