]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
reminder about site license in avatar upload process
authorEvan Prodromou <evan@prodromou.name>
Wed, 11 Jun 2008 16:36:45 +0000 (12:36 -0400)
committerEvan Prodromou <evan@prodromou.name>
Wed, 11 Jun 2008 16:36:45 +0000 (12:36 -0400)
darcs-hash:20080611163645-84dde-f50f3f9b8230390565485d449a22dfddefd8f61d.gz

actions/avatar.php

index 720a02f6e65e84056a76606b573f1d58fabd96a3..2d8a9f81d2d491bc4ff3565d20ee6030a25b50db 100644 (file)
@@ -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();