[fromgplus] Remove empty call to L10n::t()

- Regenerate master messages.po
This commit is contained in:
Hypolite Petovan 2018-04-01 11:15:08 -04:00
parent 31e55d6d5a
commit facfd74288
2 changed files with 10 additions and 10 deletions

View file

@ -103,7 +103,7 @@ function fromgplus_addon_admin(&$a, &$o)
$o = replace_macros($t, [
'$submit' => L10n::t('Save Settings'),
'$key' => ['key', L10n::t('Key'), trim(Config::get('fromgplus', 'key')), L10n::t('')],
'$key' => ['key', L10n::t('Key'), trim(Config::get('fromgplus', 'key')), ''],
]);
}