From: Tobias Diekershoff Date: Wed, 19 Jun 2013 11:19:46 +0000 (+0200) Subject: cal: typo X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=e6e1635b67e8552a7170871590b8eabacf6c970c;p=friendica-addons.git cal: typo --- 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 .= '';