More conversion work for studygroup roles

This commit is contained in:
2014-05-27 00:26:11 +10:00
parent b3761b53b7
commit 4c75894786
4 changed files with 40 additions and 25 deletions

View File

@@ -73,7 +73,7 @@ function _get_tshirt_options() {
function _booking_studygroup_role_lookup($input = NULL)
{
$role = array();
$role[] = t('None');
$role[] = t('No Role');
$role[] = t('Leader');
$role[] = t('Helper');
$role[] = t('Reserve Leader');