[Pkg-owncloud-commits] [owncloud] 12/34: fixing typos
David Prévot
taffit at moszumanska.debian.org
Fri Oct 17 01:32:16 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository owncloud.
commit 19585f9c3be08c6fa0d0daa86645c585a1f6b990
Author: Thomas Müller <thomas.mueller at tmit.eu>
Date: Tue Oct 14 04:49:29 2014 +0200
fixing typos
---
settings/controller/mailsettingscontroller.php | 2 +-
settings/templates/admin.php | 1 +
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/settings/controller/mailsettingscontroller.php b/settings/controller/mailsettingscontroller.php
index 1cfb10c..583aa98 100644
--- a/settings/controller/mailsettingscontroller.php
+++ b/settings/controller/mailsettingscontroller.php
@@ -141,7 +141,7 @@ class MailSettingsController extends Controller {
} catch (\Exception $e) {
return array('data' =>
array('message' =>
- (string) $this->l10n->t('A problem occurred while sending the e-mail. Please revisit your settings.'),
+ (string) $this->l10n->t('A problem occurred while sending the email. Please revise your settings.'),
),
'status' => 'error'
);
diff --git a/settings/templates/admin.php b/settings/templates/admin.php
index 3912799..7e5fc48 100644
--- a/settings/templates/admin.php
+++ b/settings/templates/admin.php
@@ -6,6 +6,7 @@
*/
/**
* @var array $_
+ * @var \OCP\IL10N $l
*/
$levels = array('Debug', 'Info', 'Warning', 'Error', 'Fatal');
$levelLabels = array(
--
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