wording for the SUBMIT button while handling with contact groups

This commit is contained in:
Tobias Diekershoff 2013-11-17 15:33:07 +01:00
parent 4101127c01
commit 5fd58b29e0
1 changed files with 1 additions and 1 deletions

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')) {