X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Fremoveme.php;h=ac13da2f14696eaed888fe1c2cbb6c4e3a40a97a;hb=407b2397cbb25a1de9252f16279dfdd786ffade1;hp=5912a6e3139fda4d45bd695b9ca5d5a75e6d97a8;hpb=ead9d8623683f8ecdbe9b75bb7fd031d89d54ebe;p=friendica.git diff --git a/mod/removeme.php b/mod/removeme.php index 5912a6e313..ac13da2f14 100644 --- a/mod/removeme.php +++ b/mod/removeme.php @@ -1,6 +1,9 @@ System::baseUrl(), '$hash' => $hash, - '$title' => t('Remove My Account'), - '$desc' => t('This will completely remove your account. Once this has been done it is not recoverable.'), - '$passwd' => t('Please enter your password for verification:'), - '$submit' => t('Remove My Account') + '$title' => L10n::t('Remove My Account'), + '$desc' => L10n::t('This will completely remove your account. Once this has been done it is not recoverable.'), + '$passwd' => L10n::t('Please enter your password for verification:'), + '$submit' => L10n::t('Remove My Account') ]); return $o;