mirror of
https://github.com/friendica/friendica
synced 2025-04-25 10:30:12 +00:00
Hopefully all t()
hopefully the last of the t()
This commit is contained in:
parent
83f1149d04
commit
f0725ae384
27 changed files with 124 additions and 117 deletions
|
@ -55,7 +55,7 @@ class dba {
|
|||
if ($install) {
|
||||
if (strlen($server) && ($server !== 'localhost') && ($server !== '127.0.0.1')) {
|
||||
if (! dns_get_record($server, DNS_A + DNS_CNAME + DNS_PTR)) {
|
||||
self::$error = sprintf(t('Cannot locate DNS info for database server \'%s\''), $server);
|
||||
self::$error = sprintf(L10n::t('Cannot locate DNS info for database server \'%s\''), $server);
|
||||
self::$connected = false;
|
||||
self::$db = null;
|
||||
return false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue