1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2024-12-01 13:24:10 +01:00

another grammar fix

This commit is contained in:
Volkan Gezer 2014-05-25 13:18:20 +02:00
parent 096eb36d23
commit adf946f1fe

View File

@ -296,7 +296,7 @@ class Contact extends VObject\VCard implements IPIMObject {
}
} else {
if (!$this->getBackend()->hasContactMethodFor(\OCP\PERMISSION_CREATE)) {
throw new \Exception(self::$l10n->t('This backend not support adding contacts'), 501);
throw new \Exception(self::$l10n->t('This backend does not support adding contacts'), 501);
}
$this->props['id'] = $this->getBackend()->createContact(
$this->getParent()->getId(), $this