diff options
author | Sam Tuke <samtuke@owncloud.com> | 2013-02-05 17:22:59 +0000 |
---|---|---|
committer | Sam Tuke <samtuke@owncloud.com> | 2013-02-05 17:22:59 +0000 |
commit | 4ba0ab7f65160661201b1d925cec9d29b47cab09 (patch) | |
tree | 0d63d87024723a24c0704f9d6ca371efa3bd6b2e /apps | |
parent | b84e83261ec8caf2ce128017d703e4139e3f6211 (diff) | |
download | nextcloud-server-4ba0ab7f65160661201b1d925cec9d29b47cab09.tar.gz nextcloud-server-4ba0ab7f65160661201b1d925cec9d29b47cab09.zip |
Added missing translation wrapping
Diffstat (limited to 'apps')
-rw-r--r-- | apps/files_encryption/templates/settings-personal.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/files_encryption/templates/settings-personal.php b/apps/files_encryption/templates/settings-personal.php index 5931a4cdeb0..1f71efb1735 100644 --- a/apps/files_encryption/templates/settings-personal.php +++ b/apps/files_encryption/templates/settings-personal.php @@ -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>
|