diff options
author | Joas Schilling <nickvergessen@gmx.de> | 2010-01-25 15:57:10 +0000 |
---|---|---|
committer | Joas Schilling <nickvergessen@gmx.de> | 2010-01-25 15:57:10 +0000 |
commit | 7a1b507fa65bc7554ee4d65fae687a80bb8aea66 (patch) | |
tree | 7991e9a7257c1c2081202c0fca55a49ec64e2d46 /phpBB/adm/style/acp_users_avatar.html | |
parent | c5e01c9508068a19948ef17826290a68ab75bde6 (diff) | |
download | forums-7a1b507fa65bc7554ee4d65fae687a80bb8aea66.tar forums-7a1b507fa65bc7554ee4d65fae687a80bb8aea66.tar.gz forums-7a1b507fa65bc7554ee4d65fae687a80bb8aea66.tar.bz2 forums-7a1b507fa65bc7554ee4d65fae687a80bb8aea66.tar.xz forums-7a1b507fa65bc7554ee4d65fae687a80bb8aea66.zip |
Bug #52495 - [Fix] Replace hard coded "px" with translated language-string.
Authorised by: bantu
git-svn-id: file:///svn/phpbb/branches/phpBB-3_0_0@10441 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/adm/style/acp_users_avatar.html')
-rw-r--r-- | phpBB/adm/style/acp_users_avatar.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/adm/style/acp_users_avatar.html b/phpBB/adm/style/acp_users_avatar.html index deed41e16e..2b2676a19a 100644 --- a/phpBB/adm/style/acp_users_avatar.html +++ b/phpBB/adm/style/acp_users_avatar.html @@ -27,7 +27,7 @@ </dl> <dl> <dt><label for="width">{L_LINK_REMOTE_SIZE}:</label><br /><span>{L_LINK_REMOTE_SIZE_EXPLAIN}</span></dt> - <dd><input name="width" type="text" id="width" size="3" value="{USER_AVATAR_WIDTH}" /> <span>px X </span> <input type="text" name="height" size="3" value="{USER_AVATAR_HEIGHT}" /> <span>px</span></dd> + <dd><input name="width" type="text" id="width" size="3" value="{USER_AVATAR_WIDTH}" /> <span>{L_PIXEL} × </span> <input type="text" name="height" size="3" value="{USER_AVATAR_HEIGHT}" /> <span>{L_PIXEL}</span></dd> </dl> <!-- ENDIF --> <!-- IF S_DISPLAY_GALLERY --> |