aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style/permission_forum_copy.html
diff options
context:
space:
mode:
authorNathan Guse <nathaniel.guse@gmail.com>2012-08-03 11:50:59 -0500
committerAndreas Fischer <bantu@phpbb.com>2012-11-10 00:23:03 +0100
commitd124cd2d593bf66abf173e1c5b97c7f371a09dc4 (patch)
tree981af20c62ee34b0af80b1453f5036e2c5b21c7a /phpBB/adm/style/permission_forum_copy.html
parent6e7e70a18abc4368bc0728db420d1f7f61ad8686 (diff)
downloadforums-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/permission_forum_copy.html')
-rw-r--r--phpBB/adm/style/permission_forum_copy.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/adm/style/permission_forum_copy.html b/phpBB/adm/style/permission_forum_copy.html
index a4c00c12ae..1e012a9347 100644
--- a/phpBB/adm/style/permission_forum_copy.html
+++ b/phpBB/adm/style/permission_forum_copy.html
@@ -12,7 +12,7 @@
<legend>{L_LOOK_UP_FORUM}</legend>
<dl>
- <dt><label for="src_forum">{L_COPY_PERMISSIONS_FROM}:</label><br /><span>{L_COPY_PERMISSIONS_FORUM_FROM_EXPLAIN}</span></dt>
+ <dt><label for="src_forum">{L_COPY_PERMISSIONS_FROM}{L_COLON}</label><br /><span>{L_COPY_PERMISSIONS_FORUM_FROM_EXPLAIN}</span></dt>
<dd><select id="src_forum" name="src_forum_id"><option value="0">{L_SELECT_FORUM}</option><option value="-1">------------------</option>{S_FORUM_OPTIONS}</select></dd>
</dl>
</fieldset>
@@ -22,7 +22,7 @@
<p>{L_LOOK_UP_FORUMS_EXPLAIN}</p>
<dl>
- <dt><label for="dest_forums">{L_COPY_PERMISSIONS_TO}:</label><br /><span>{L_COPY_PERMISSIONS_FORUM_TO_EXPLAIN}</span></dt>
+ <dt><label for="dest_forums">{L_COPY_PERMISSIONS_TO}{L_COLON}</label><br /><span>{L_COPY_PERMISSIONS_FORUM_TO_EXPLAIN}</span></dt>
<dd><select id="dest_forums" name="dest_forum_ids[]" multiple="multiple" size="10">{S_FORUM_OPTIONS}</select></dd>
</dl>
</fieldset>