diff options
author | Evan Prodromou <evan@prodromou.name> | 2008-06-11 12:36:45 -0400 |
---|---|---|
committer | Evan Prodromou <evan@prodromou.name> | 2008-06-11 12:36:45 -0400 |
commit | 0ef51578007560738d93bff9f6b4d9c99e1a083f (patch) | |
tree | 66d520229d06f02fdfaf132032e59ce731449fa4 /actions | |
parent | f81b4421fe225ef9ce5fa7cb01539e0ed4439c43 (diff) |
reminder about site license in avatar upload process
darcs-hash:20080611163645-84dde-f50f3f9b8230390565485d449a22dfddefd8f61d.gz
Diffstat (limited to 'actions')
-rw-r--r-- | actions/avatar.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/actions/avatar.php b/actions/avatar.php index 720a02f6e..2d8a9f81d 100644 --- a/actions/avatar.php +++ b/actions/avatar.php @@ -33,7 +33,10 @@ class AvatarAction extends SettingsAction { _t('You can upload a new "avatar" (user picture) here. ' . 'You can\'t edit the picture after you upload it, so you should ' . 'edit it in your desktop image-manipulation software first. ' . - 'Everything works best if your picture is more or less square. ')); + 'Everything works best if your picture is more or less square. ' . + 'And remember: your image will be released under the site license, ' . + 'So don\'t upload images that don\'t belong to you or that you don\'t ' . + 'want to share.')); } $user = common_current_user(); |