diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2015-06-03 14:56:18 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2015-06-03 14:56:18 +0200 |
commit | 259b6ac2c1c1268728231b3417452e69c1d35064 (patch) | |
tree | 1dbb4f5b943d14a85098a074ba769c8fbf9085df /lib/private/encryption | |
parent | 3a233b86983a5dadc225d734df97895f04be9f16 (diff) | |
download | nextcloud-server-259b6ac2c1c1268728231b3417452e69c1d35064.tar.gz nextcloud-server-259b6ac2c1c1268728231b3417452e69c1d35064.zip |
Fixing grammar - refs https://www.transifex.com/projects/p/owncloud/translate/#en_GB/lib/50330746
Diffstat (limited to 'lib/private/encryption')
-rw-r--r-- | lib/private/encryption/manager.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/encryption/manager.php b/lib/private/encryption/manager.php index eeddea26b1a..7a751956cfa 100644 --- a/lib/private/encryption/manager.php +++ b/lib/private/encryption/manager.php @@ -152,7 +152,7 @@ class Manager implements IManager { return call_user_func($this->encryptionModules[$moduleId]['callback']); } else { $message = "Module with id: $moduleId does not exists."; - $hint = $this->l->t('Module with id: %s does not exists. Please enable it in your apps settings or contact your administrator.', [$moduleId]); + $hint = $this->l->t('Module with id: %s does not exist. Please enable it in your apps settings or contact your administrator.', [$moduleId]); throw new Exceptions\ModuleDoesNotExistsException($message, $hint); } } else { |