summaryrefslogtreecommitdiffstats
path: root/settings
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2014-10-14 04:49:29 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2014-10-14 04:49:29 +0200
commit19585f9c3be08c6fa0d0daa86645c585a1f6b990 (patch)
treeb0ad42bfa21b1bac8f069eb091bc3290931cae01 /settings
parentb089b857531b8091839fd8ce518a33de48838b7f (diff)
downloadnextcloud-server-19585f9c3be08c6fa0d0daa86645c585a1f6b990.tar.gz
nextcloud-server-19585f9c3be08c6fa0d0daa86645c585a1f6b990.zip
fixing typos
Diffstat (limited to 'settings')
-rw-r--r--settings/controller/mailsettingscontroller.php2
-rw-r--r--settings/templates/admin.php1
2 files changed, 2 insertions, 1 deletions
diff --git a/settings/controller/mailsettingscontroller.php b/settings/controller/mailsettingscontroller.php
index 1cfb10c6fe9..583aa98dc8e 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 39127992f8f..7e5fc480057 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(