X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=randplace%2Frandplace.php;h=abf59e2dffd1ab852041109a4734092ede016311;hb=2f5abe4b04dc75e415957380dfbb0f6d754244cd;hp=96e549a67470af2831313d147dbd9884eac6d8d8;hpb=c71f7b0e1a7bb5ca88347b295dd3a4cc3106c5a9;p=friendica-addons.git diff --git a/randplace/randplace.php b/randplace/randplace.php index 96e549a6..abf59e2d 100644 --- a/randplace/randplace.php +++ b/randplace/randplace.php @@ -19,6 +19,7 @@ * */ use Friendica\Core\Addon; +use Friendica\Core\L10n; use Friendica\Core\PConfig; function randplace_install() { @@ -167,14 +168,14 @@ function randplace_settings(&$a,&$s) { /* Add some HTML to the existing form */ $s .= '
'; - $s .= '

' . t('Randplace Settings') . '

'; + $s .= '

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

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