X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=randplace%2Frandplace.php;h=886d79d125a58f240d63404ddcee5521367a3daf;hb=65e4726718a10e1d15782d299b348add76377751;hp=2ffe167ef569bfa1a931e4097fc8df06867a8dfa;hpb=bbaf463a204f84d0ac05336925abf99ae3583b8e;p=friendica-addons.git diff --git a/randplace/randplace.php b/randplace/randplace.php index 2ffe167e..886d79d1 100644 --- a/randplace/randplace.php +++ b/randplace/randplace.php @@ -19,7 +19,6 @@ * */ use Friendica\Core\Hook; -use Friendica\Core\L10n; use Friendica\Core\Logger; use Friendica\DI; @@ -169,14 +168,14 @@ function randplace_settings(&$a,&$s) { /* Add some HTML to the existing form */ $s .= '
'; - $s .= '

' . L10n::t('Randplace Settings') . '

'; + $s .= '

' . DI::l10n()->t('Randplace Settings') . '

'; $s .= '
'; - $s .= ''; + $s .= ''; $s .= ''; $s .= '
'; /* provide a submit button */ - $s .= '
'; + $s .= '
'; }