]> source.dussan.org Git - nextcloud-server.git/commitdiff
fixing typos
authorThomas Müller <thomas.mueller@tmit.eu>
Tue, 14 Oct 2014 02:49:29 +0000 (04:49 +0200)
committerThomas Müller <thomas.mueller@tmit.eu>
Tue, 14 Oct 2014 13:38:39 +0000 (15:38 +0200)
settings/controller/mailsettingscontroller.php
settings/templates/admin.php

index 1cfb10c6fe9696b4eae67b5e43f309b324cd2e53..583aa98dc8e3996b00d0a01290cc4392d2e52463 100644 (file)
@@ -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'
                                );
index 6b4623173af78f6ba99d9799f14f8f9c43d99964..2ea5d8249091c1d6755dc3d6961530a69d68c8c9 100644 (file)
@@ -6,6 +6,7 @@
  */
 /**
  * @var array $_
+ * @var \OCP\IL10N $l
  */
 $levels = array('Debug', 'Info', 'Warning', 'Error', 'Fatal');
 $levelLabels = array(