Skip to content

Commit

Permalink
change button language
Browse files Browse the repository at this point in the history
  • Loading branch information
eads committed May 29, 2012
1 parent 7669aaf commit 601f67f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ function freegeek_townsquare_volunteer_signup_form($form, &$form_state) {
$form['actions'] = array('#type' => 'actions');
$form['actions']['submit'] = array(
'#type' => 'submit',
'#value' => t('Create my new account'),
'#value' => t('Create new account'),
);

$form['#validate'] = array('freegeek_townsquare_volunteer_signup_validate');
Expand Down

0 comments on commit 601f67f

Please sign in to comment.