Merge pull request #831 from tobiasd/creategroup_wording

wording for the SUBMIT button while handling with contact groups
This commit is contained in:
Tobias Diekershoff 2013-11-17 06:36:39 -08:00
commit db9e738424

View file

@ -84,7 +84,7 @@ function group_content(&$a) {
$tpl = get_markup_template('group_edit.tpl');
$context = array(
'$submit' => t('Submit'),
'$submit' => t('Save Group'),
);
if(($a->argc == 2) && ($a->argv[1] === 'new')) {