[Pkg-owncloud-commits] [owncloud] 18/123: Fix typo in encryption module message
David Prévot
taffit at moszumanska.debian.org
Tue May 19 23:55:08 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch stable8
in repository owncloud.
commit 5b7e4b334147d2cdba5eeb1a2993df6195bbd79a
Author: Morris Jobke <hey at morrisjobke.de>
Date: Thu May 7 17:51:00 2015 +0200
Fix typo in encryption module message
* finishes #16021
---
settings/templates/admin.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/settings/templates/admin.php b/settings/templates/admin.php
index 1fc8c9f..35e4d29 100644
--- a/settings/templates/admin.php
+++ b/settings/templates/admin.php
@@ -337,7 +337,7 @@ if ($_['cronErrors']) {
<div id='selectEncryptionModules' class="<?php if (!$_['encryptionReady']) p('hidden'); ?>">
<?php
if (empty($_['encryptionModules'])) {
- p($l->t('No encryption module loaded, please load a encryption module in the app menu'));
+ p($l->t('No encryption module loaded, please enable an encryption module in the app menu.'));
} else { ?>
<h3><?php p($l->t('Select default encryption module:')) ?></h3>
<fieldset id='encryptionModules'>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git
More information about the Pkg-owncloud-commits
mailing list