fixing typos

This commit is contained in:
Thomas Müller 2014-10-14 04:49:29 +02:00
parent 13b1b45ee4
commit d3eebad591
2 changed files with 2 additions and 1 deletions

View 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'
);

View File

@ -6,6 +6,7 @@
*/
/**
* @var array $_
* @var \OCP\IL10N $l
*/
$levels = array('Debug', 'Info', 'Warning', 'Error', 'Fatal');
$levelLabels = array(