Make blockuser and block_motd translateable.

See #1354
This commit is contained in:
Alexey Sokolov
2017-06-29 15:54:43 +01:00
parent 0ce6b7c8ba
commit 9edb2df761
3 changed files with 41 additions and 45 deletions
@@ -5,7 +5,7 @@
<input type="hidden" name="embed_blockuser_old" value="<? VAR Blocked ?>"/>
<div class="checkbox">
<input type="checkbox" name="embed_blockuser_block" id="opt_embed_blockuser_block" value="1"<? IF Blocked ?> checked="checked"<? ENDIF ?><? IF Self ?> disabled="disabled"<? ENDIF ?> />
<label for="opt_embed_blockuser_block">Account is blocked</label>
<label for="opt_embed_blockuser_block"><? FORMAT "Account is blocked" ?></label>
</div>
</div>
<div style="clear:both;"></div>