X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Frepeatform.php;h=4f1c8aa3201d7cc44453f56c1aa2f79e541ed18e;hb=119d0f7dbab40f30170ba263de78d7e9cea984db;hp=50e5d6dbe04d19e44284f1166a0872d2ec333ad8;hpb=9d3829df9d29581c1d0281e57fda8ba4452ce2c2;p=quix0rs-gnu-social.git diff --git a/lib/repeatform.php b/lib/repeatform.php index 50e5d6dbe0..4f1c8aa320 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')); } /**