From 05c1ad8b326833405f404b799a55389534cd6498 Mon Sep 17 00:00:00 2001 From: Sarven Capadisli Date: Wed, 23 Dec 2009 15:59:31 -0500 Subject: Updated Repeat notice option submit button style --- lib/repeatform.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/repeatform.php') diff --git a/lib/repeatform.php b/lib/repeatform.php index 50e5d6dbe..4f1c8aa32 100644 --- a/lib/repeatform.php +++ b/lib/repeatform.php @@ -104,7 +104,7 @@ class RepeatForm extends Form */ function formLegend() { - $this->out->element('legend', null, _('Repeat this notice')); + $this->out->element('legend', null, _('Repeat this notice?')); } /** @@ -129,7 +129,7 @@ class RepeatForm extends Form function formActions() { $this->out->submit('repeat-submit-' . $this->notice->id, - _('Repeat'), 'submit', null, _('Repeat this notice')); + _('Yes'), 'submit', null, _('Repeat this notice')); } /** -- cgit v1.2.3-54-g00ecf