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 15:38:39 +0200
commitd3eebad59104355bb6e07c9f63a6fa868f5a2c4c (patch)
treee7c3c86319743ab21ce852d74aa2f10938ebdd18 /settings
parent13b1b45ee4bab5b832ca3a1602b4c4fb6d391f86 (diff)
downloadnextcloud-server-d3eebad59104355bb6e07c9f63a6fa868f5a2c4c.tar.gz
nextcloud-server-d3eebad59104355bb6e07c9f63a6fa868f5a2c4c.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 6b4623173af..2ea5d824909 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(