X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Frepeatform.php;h=4f1c8aa3201d7cc44453f56c1aa2f79e541ed18e;hb=44477a70639e6b6fff85e57afd1a7952bde993a7;hp=50e5d6dbe04d19e44284f1166a0872d2ec333ad8;hpb=60754fc6de8f73b3e74dbec30d91fffe11b094c6;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')); } /**