X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=widgets%2Fwidget_friends.php;h=b5a078861e949f0229f63bd26f83f98b40e8ccc6;hb=460b25ed6c03194f1f8f349d49d58ac4d4dd375a;hp=25e20180186665a4afd1bf8d1e7b9142feba0833;hpb=461b3db9f449fdb1ce780a337cf2f1bb7aa35ac5;p=friendica-addons.git diff --git a/widgets/widget_friends.php b/widgets/widget_friends.php index 25e20180..b5a07886 100644 --- a/widgets/widget_friends.php +++ b/widgets/widget_friends.php @@ -1,29 +1,40 @@ profile = $r[0]; $o = ""; @@ -37,6 +48,6 @@ function friends_widget_content(&$a, $conf){ "; $o .= _abs_url(contact_block()); - $o .= "profile['nickname']."'>". t('Connect on Friendica!') .""; + $o .= "profile['nickname']."'>". L10n::t('Connect on Friendica!') .""; return $o; }