mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-20 21:33:54 -07:00
Use humn_size() for AVATAR_EXPLAIN (#943)
This commit is contained in:
parent
860011d517
commit
c77de7b15a
3 changed files with 3 additions and 3 deletions
|
@ -593,7 +593,7 @@ $lang['RESET_AUTOLOGIN'] = 'Reset autologin key';
|
|||
$lang['RESET_AUTOLOGIN_EXPL'] = 'including all the places you\'ve visited the forum enabled auto-login';
|
||||
|
||||
$lang['AVATAR'] = 'Avatar';
|
||||
$lang['AVATAR_EXPLAIN'] = 'Displays a small graphic image below your details in posts. Only one image can be displayed at a time, its width can be no greater than %d pixels, the height no greater than %d pixels, and the file size no more than %d KB.';
|
||||
$lang['AVATAR_EXPLAIN'] = 'Displays a small graphic image below your details in posts. Only one image can be displayed at a time, its width can be no greater than %d pixels, the height no greater than %d pixels, and the file size no more than %s.';
|
||||
$lang['AVATAR_DELETE'] = 'Delete avatar';
|
||||
$lang['AVATAR_DISABLE'] = 'Avatar control option disabled for violation <a href="%s"><b>forum rules</b></a>';
|
||||
$lang['UPLOAD_AVATAR_FILE'] = 'Upload avatar';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue