X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=plugins%2FQnA%2Flib%2Fqnashowanswerform.php;h=8ca573c1c1e0ca89b0b417531d5cd6ea9493a882;hb=9758134d1afb44be2376efb8a560d3ce02d89fd3;hp=fcefb5d0ed0fade527ef9c599452cc4081ea0f3f;hpb=c97048d01bea468e0cf8865b60c3c250b4515c39;p=quix0rs-gnu-social.git diff --git a/plugins/QnA/lib/qnashowanswerform.php b/plugins/QnA/lib/qnashowanswerform.php index fcefb5d0ed..8ca573c1c1 100644 --- a/plugins/QnA/lib/qnashowanswerform.php +++ b/plugins/QnA/lib/qnashowanswerform.php @@ -146,19 +146,19 @@ class QnashowanswerForm extends Form if (empty($this->answer->best)) { $this->out->submit( 'qna-best-answer', - // TRANS: Button text for marking an answer as "best" + // TRANS: Button text for marking an answer as "best". _m('BUTTON', 'Best'), 'submit', 'best', - // TRANS: Title for button text marking an answer as "best" - _m('Mark as best answer') + // TRANS: Title for button text marking an answer as "best". + _m('Mark this answer as the best answer.') ); } } /* - * @fixme: Revise is disabled until we figure out the + * @todo FIXME: Revise is disabled until we figure out the * Ostatus bits This comment is just a reminder * that the UI for this works. */ @@ -166,12 +166,12 @@ class QnashowanswerForm extends Form if ($user->id == $this->answer->profile_id) { $this->out->submit( 'revise', - // TRANS: Button text for revising an answer + // TRANS: Button text for revising an answer. _m('BUTTON', 'Revise'), 'submit', null, - // TRANS: Title for button text for revising an answer - _m('Revise your answer') + // TRANS: Title for button text for revising an answer. + _m('Revise your answer.') ); } */