X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=planets%2Fplanets.php;h=cb4e7631981fa0e051105ec2bf55e2aec9999320;hb=7afef6b87f30c3e5fbad12de7c4980b7bab47f27;hp=04fb72ca77ef2a5b7bb8094cc0ca483fe65b44fe;hpb=c6e5bc3429c9c610895ba826d841cddd8c0f378b;p=friendica-addons.git diff --git a/planets/planets.php b/planets/planets.php index 04fb72ca..cb4e7631 100644 --- a/planets/planets.php +++ b/planets/planets.php @@ -7,6 +7,7 @@ * Author: Tony Baldwin */ use Friendica\Core\Addon; +use Friendica\Core\L10n; use Friendica\Core\PConfig; function planets_install() { @@ -148,22 +149,22 @@ function planets_settings(&$a,&$s) { /* Add some HTML to the existing form */ $s .= ''; - $s .= '

' . t('Planets') . '

'; + $s .= '

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

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