]> git.mxchange.org Git - friendica-addons.git/commitdiff
cal: typo
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Wed, 19 Jun 2013 11:19:46 +0000 (13:19 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Wed, 19 Jun 2013 11:19:46 +0000 (13:19 +0200)
cal/cal.php

index 4d251d372113566391aa6777f588cb27435e5316..b9c27755e8f0a3cba91eaa397be0b7f64eb09d1c 100644 (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>';