Added missing translation wrapping

This commit is contained in:
Sam Tuke 2013-02-05 17:22:59 +00:00
parent b84e83261e
commit 4ba0ab7f65
1 changed files with 3 additions and 1 deletions

View File

@ -7,7 +7,9 @@
<?php echo $l->t( 'File encryption is enabled.' ); ?>
</p>
<?php if ( ! empty( $_["blacklist"] ) ): ?>
<p>The following file types will not be encrypted:</p>
<p>
<?php $l->t( 'The following file types will not be encrypted:' ); ?>
</p>
<ul>
<?php foreach( $_["blacklist"] as $type ): ?>
<li>