From 55c7c943e7ac8fc7b89bea1a325087059903fbba Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Sat, 7 Nov 2009 13:10:22 -0500 Subject: Simply flag a profile for review Instead of trying to have lots of different flags on different objects, cut to the core of this functionality: flag a profile for moderator review. --- plugins/UserFlag/flagprofileform.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/UserFlag/flagprofileform.php') diff --git a/plugins/UserFlag/flagprofileform.php b/plugins/UserFlag/flagprofileform.php index 3f4834aac..0811dbb9d 100644 --- a/plugins/UserFlag/flagprofileform.php +++ b/plugins/UserFlag/flagprofileform.php @@ -115,7 +115,7 @@ class FlagProfileForm extends Form */ function formLegend() { - $this->out->element('legend', null, _('Flag this profile')); + $this->out->element('legend', null, _('Flag profile for review')); } /** @@ -147,6 +147,6 @@ class FlagProfileForm extends Form function formActions() { - $this->out->submit('submit', _('Flag'), 'submit', null, _('Flag this profile')); + $this->out->submit('submit', _('Flag'), 'submit', null, _('Flag profile for review')); } } -- cgit v1.2.3-54-g00ecf