Many t() calls

modify many t() calls.
This commit is contained in:
Adam Magness 2018-01-21 13:33:59 -05:00
parent 45f8000ba5
commit d49f986d1e
74 changed files with 1099 additions and 1009 deletions

View file

@ -4,6 +4,7 @@
*/
use Friendica\App;
use Friendica\Core\Config;
use Friendica\Core\L10n;
use Friendica\Database\DBM;
use Friendica\Util\Mimetype;
@ -73,7 +74,7 @@ function wall_attach_post(App $a) {
echo json_encode(['error'=>t('Permission denied.')]);
killme();
}
notice( t('Permission denied.') . EOL );
notice(L10n::t('Permission denied.') . EOL );
killme();
}