cal: typo

This commit is contained in:
Tobias Diekershoff 2013-06-19 13:19:46 +02:00
parent f9deb708c7
commit e6e1635b67
1 changed files with 1 additions and 1 deletions

View File

@ -172,7 +172,7 @@ function cal_addon_settings ( &$a, &$s )
$url = $a->get_baseurl().'/cal/'.$a->user['nickname'].'/export/<em>format</em>';
$s .= '<h3>'.t('Export Events').'</h3>';
$s .= '<p>'.t('If this is enabled, you public events will be available at').' <strong>'.$url.'</strong></p>';
$s .= '<p>'.t('If this is enabled, your public events will be available at').' <strong>'.$url.'</strong></p>';
$s .= '<p>'.t('Currently supported formats are ical and csv.').'</p>';
$s .= '<div id="cal-enable-wrapper">';
$s .= '<label id="cal-enable-label" for="cal-checkbox">'. t('Enable calendar export') .'</label>';