summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/avatar.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/avatar.php b/lib/avatar.php
index 5ecce050d24..9b2a7fe07cf 100644
--- a/lib/avatar.php
+++ b/lib/avatar.php
@@ -46,7 +46,7 @@ class OC_Avatar {
public function set ($user, $data) {
if (\OC_Appconfig::getValue('files_encryption', 'enabled') === "yes") {
$l = \OC_L10N::get('lib');
- throw new \Exception($l->t("Custom avatars don't work with encryption yet"));
+ throw new \Exception($l->t("Custom profile pictures don't work with encryption yet"));
}
$view = new \OC\Files\View('/'.$user);