[catavatar] Mark string as translatable

This commit is contained in:
Balázs Úr 2020-12-28 23:26:25 +01:00
parent 8235b2511e
commit 4f155fc8a1
2 changed files with 2 additions and 1 deletions

View file

@ -50,6 +50,7 @@ function catavatar_addon_settings(App $a, &$s)
'$emailcat' => DI::l10n()->t('Reset to email Cat'),
'$seed' => DI::pConfig()->get(local_user(), 'catavatar', 'seed', false),
'$header' => DI::l10n()->t('Cat Avatar Settings'),
'$setrandomize' => DI::l10n()->t('Set default profile avatar or randomize the cat.'),
]);
}