cal: typo, DE translation #133

Merged
tobiasd merged 2 commits from cal into master 2013-06-19 13:32:27 +02:00
Showing only changes of commit e6e1635b67 - Show all commits

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>';