summaryrefslogtreecommitdiff
path: root/actions/avatar.php
diff options
context:
space:
mode:
authorMike Cochrane <mikec@mikenz.geek.nz>2008-07-13 00:46:08 -0400
committerMike Cochrane <mikec@mikenz.geek.nz>2008-07-13 00:46:08 -0400
commit834c21b2aaf78da1081416d05098286e9bf17c2a (patch)
treea57182952d58f659dd0e950e886f9f62be305f7c /actions/avatar.php
parent464e70ac5dd85cc55e33c6e1f4a9eed797362a7d (diff)
Merge some gettext strings to one line so translation tools are happier
darcs-hash:20080713044608-533db-ee16aecee9b6d82b22ce6a25f6a9573c23eee9f8.gz
Diffstat (limited to 'actions/avatar.php')
-rw-r--r--actions/avatar.php7
1 files changed, 1 insertions, 6 deletions
diff --git a/actions/avatar.php b/actions/avatar.php
index 1029abd1e..ebfbd7295 100644
--- a/actions/avatar.php
+++ b/actions/avatar.php
@@ -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) {