1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02:00

Some cleanup ... fixes

git-svn-id: file:///svn/phpbb/trunk@4063 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Paul S. Owen
2003-05-27 00:37:15 +00:00
parent e1484f522d
commit b6a0ce82d4
3 changed files with 20 additions and 18 deletions

View File

@@ -720,7 +720,8 @@ $lang = array(
'AVATAR_URL_INVALID' => 'The URL you specified is invalid.',
'AVATAR_NOT_UPLOADED' => 'Avatar could not be uploaded.',
'AVATAR_WRONG_SIZE' => 'The avatar must be at most %1$d pixels wide and %2$d pixels high.',
'AVATAR_WRONG_FILESIZE' => 'The avatar must be between 0 and %d bytes.',
'AVATAR_WRONG_FILESIZE' => 'The avatar must be between 0 and %d bytes.',
'AVATAR_NO_SIZE' => 'Could not obtain width or height of linked avatar, please enter them manually.',
'PROFILE_UPDATED' => 'Your profile has been updated.',