MyBB Community Forums

Full Version: Change this text?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi all,

Anyone knows where to change this text (I's dutch in my case: http://prntscr.com/2serk3)

I want to add some extra information in that text, where people can change their avatars.

Thanks a bunch
Admin CP -> Configuration -> Languages -> Options (dropdown for your language) -> Edit Language Variables -> usercp.lang.php (Edit) -> avatar_note, avatar_note_dimensions and avatar_note_size

Alternatively open ./inc/languages/**language**/usercp.lang.php, search for avatar_note and edit that line. For example, this is what the english language would look like:
$l['avatar_note'] = "An avatar is a small identifying image shown under the author's name whenever they make a post.";
$l['avatar_note_dimensions'] = "The maximum dimensions for avatars are: {1}x{2} pixels.";
$l['avatar_note_size'] = "The maximum file size for avatars is {1}.";