mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-13 04:04:12 +02:00
[ticket/10780] Replace colon usage in adm template output with {L_COLON}
Same as 46a7940a97
, but for ACP templates
PHPBB3-10780
This commit is contained in:
committed by
Andreas Fischer
parent
6e7e70a18a
commit
d124cd2d59
@@ -42,7 +42,7 @@ function dE(n, s, type)
|
||||
<!-- IF S_LANG_SELECT -->
|
||||
<form method="post" action="">
|
||||
<fieldset class="nobg">
|
||||
<label for="language">{L_SELECT_LANG}:</label>
|
||||
<label for="language">{L_SELECT_LANG}{L_COLON}</label>
|
||||
{S_LANG_SELECT}
|
||||
<input class="button1" type="submit" id="change_lang" name="change_lang" value="{L_CHANGE}" />
|
||||
</fieldset>
|
||||
|
Reference in New Issue
Block a user