1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-29 11:10:18 +02:00

[feature/avatars] Replace colon usage with {L_COLON}

PHPBB3-10018
This commit is contained in:
Marc Alexander
2012-11-12 15:06:44 +01:00
parent 4c9820d1ca
commit 4c4b82416b
8 changed files with 12 additions and 12 deletions

View File

@@ -47,7 +47,7 @@
</dl>
<!-- IF ERROR --><p class="error">{ERROR}</p><!-- ENDIF -->
<dl>
<dt><label>{L_CURRENT_IMAGE}:</label><br /><span>{L_AVATAR_EXPLAIN}</span></dt>
<dt><label>{L_CURRENT_IMAGE}{L_COLON}</label><br /><span>{L_AVATAR_EXPLAIN}</span></dt>
<dd>{AVATAR}</dd>
</dl>
</fieldset>