summaryrefslogtreecommitdiff
path: root/lib/repeatform.php
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@status.net>2009-12-23 15:59:31 -0500
committerSarven Capadisli <csarven@status.net>2009-12-23 15:59:31 -0500
commit05c1ad8b326833405f404b799a55389534cd6498 (patch)
tree47ec8079f33b99109e37b89a0b306a92ab523cda /lib/repeatform.php
parentbc4f1824eab81580fd862ad7f3c0d412868d7c68 (diff)
Updated Repeat notice option submit button style
Diffstat (limited to 'lib/repeatform.php')
-rw-r--r--lib/repeatform.php4
1 files changed, 2 insertions, 2 deletions
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'));
}
/**