]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/avatar.php
lcase tname
[quix0rs-gnu-social.git] / actions / avatar.php
index 1029abd1e6286a4fba5f2da02c7a8404661cacde..ebfbd72952e9d1bec9ec315d3c958c948de38e4b 100644 (file)
@@ -24,12 +24,7 @@ require_once(INSTALLDIR.'/lib/settingsaction.php');
 class AvatarAction extends SettingsAction {
 
     function get_instructions() {
-               return _('Upload a new "avatar" (user image) here. ' .
-                                 'You can\'t edit the picture after you upload it, so ' .
-                                 'make sure it\'s more or less square. ' .
-                                 'It must be under the site license, also. ' .
-                                 'Use a picture that belongs to you and that you ' .
-                                 'want to share.');
+               return _('Upload a new "avatar" (user image) here. You can\'t edit the picture after you upload it, so make sure it\'s more or less square. It must be under the site license, also. Use a picture that belongs to you and that you want to share.');
        }
 
        function show_form($msg=NULL, $success=false) {