diff options
author | Nathan Guse <nathaniel.guse@gmail.com> | 2012-08-03 11:50:59 -0500 |
---|---|---|
committer | Andreas Fischer <bantu@phpbb.com> | 2012-11-10 00:23:03 +0100 |
commit | d124cd2d593bf66abf173e1c5b97c7f371a09dc4 (patch) | |
tree | 981af20c62ee34b0af80b1453f5036e2c5b21c7a /phpBB/adm/style/acp_users_feedback.html | |
parent | 6e7e70a18abc4368bc0728db420d1f7f61ad8686 (diff) | |
download | forums-d124cd2d593bf66abf173e1c5b97c7f371a09dc4.tar forums-d124cd2d593bf66abf173e1c5b97c7f371a09dc4.tar.gz forums-d124cd2d593bf66abf173e1c5b97c7f371a09dc4.tar.bz2 forums-d124cd2d593bf66abf173e1c5b97c7f371a09dc4.tar.xz forums-d124cd2d593bf66abf173e1c5b97c7f371a09dc4.zip |
[ticket/10780] Replace colon usage in adm template output with {L_COLON}
Same as 46a7940a976ec1f54078f803ec949aa2bfbf6316, but for ACP templates
PHPBB3-10780
Diffstat (limited to 'phpBB/adm/style/acp_users_feedback.html')
-rw-r--r-- | phpBB/adm/style/acp_users_feedback.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/adm/style/acp_users_feedback.html b/phpBB/adm/style/acp_users_feedback.html index 1dad7f1927..d1a4f59445 100644 --- a/phpBB/adm/style/acp_users_feedback.html +++ b/phpBB/adm/style/acp_users_feedback.html @@ -40,7 +40,7 @@ <!-- ENDIF --> <fieldset class="display-options"> - {L_DISPLAY_LOG}: {S_LIMIT_DAYS} {L_SORT_BY}: {S_SORT_KEY} {S_SORT_DIR} + {L_DISPLAY_LOG}{L_COLON} {S_LIMIT_DAYS} {L_SORT_BY}{L_COLON} {S_SORT_KEY} {S_SORT_DIR} <input class="button2" type="submit" value="{L_GO}" name="sort" /> </fieldset> <hr /> |