X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=planets%2Fplanets.php;h=ea543f4097fa77f0160928a61a45f70b396d6ef3;hb=bdfe575365366690fe6a3934e793c67db1a2d623;hp=18515694bcf647a1eb99b13c2f7873df2ff5149c;hpb=a26bfe79e97813ebe4c27fa3cb65c32669a9f2e5;p=friendica-addons.git diff --git a/planets/planets.php b/planets/planets.php index 18515694..ea543f40 100644 --- a/planets/planets.php +++ b/planets/planets.php @@ -7,7 +7,6 @@ * Author: Tony Baldwin */ use Friendica\Core\Hook; -use Friendica\Core\L10n; use Friendica\Core\Logger; use Friendica\DI; @@ -150,22 +149,22 @@ function planets_settings(&$a,&$s) { /* Add some HTML to the existing form */ $s .= ''; - $s .= '

' . L10n::t('Planets') . '

'; + $s .= '

' . DI::l10n()->t('Planets') . '

'; $s .= '
'; $s .= ''; + $s .= '
'; }