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