Drupal: Update button label to "Force new UOTD"

(DBOINCP-213)
This commit is contained in:
Tristan Olive 2015-09-09 12:29:00 -04:00
parent 18b1df41a2
commit f16aacda02
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ function boinccore_admin_community(&$form_state) {
);
$form['tools']['reset_uotd'] = array(
'#type' => 'submit',
'#value' => t('Reset user of the day'),
'#value' => t('Force new UOTD'),
'#submit' => array('boinccore_reset_user_of_the_day'),
);