forked from GNUsocial/gnu-social
QnA
* show number of answers on question notices * change label on answer submit button to "Answer"
This commit is contained in:
@@ -118,7 +118,7 @@ class QnanewanswerForm extends Form
|
||||
function formActions()
|
||||
{
|
||||
// TRANS: Button text for submitting a poll response.
|
||||
$this->out->submit('submit', _m('BUTTON', 'Submit'));
|
||||
$this->out->submit('submit', _m('BUTTON', 'Answer'));
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user