1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-29 02:59:52 +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

@@ -1,4 +1,4 @@
<label for="category">{L_AVATAR_CATEGORY}: <select name="av_local_cat" id="category">
<label for="category">{L_AVATAR_CATEGORY}{L_COLON} <select name="av_local_cat" id="category">
<option value="">{L_NO_AVATAR_CATEGORY}</option>
<!-- BEGIN av_local_cats -->
<option value="{av_local_cats.NAME}"<!-- IF av_local_cats.SELECTED --> selected="selected"<!-- ENDIF -->>{av_local_cats.NAME}</option>