diff options
Diffstat (limited to 'plugins/UserFlag/flagprofileform.php')
-rw-r--r-- | plugins/UserFlag/flagprofileform.php | 4 |
1 files changed, 2 insertions, 2 deletions
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')); } } |