* show number of answers on question notices
* change label on answer submit button to "Answer"
This commit is contained in:
Zach Copley
2011-04-04 22:04:36 -07:00
parent 984869e5fb
commit cd7ab56874
4 changed files with 24 additions and 6 deletions

View File

@@ -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'));
}
}