wording for the SUBMIT button while handling with contact groups
This commit is contained in:
parent
4101127c01
commit
5fd58b29e0
|
@ -84,7 +84,7 @@ function group_content(&$a) {
|
||||||
$tpl = get_markup_template('group_edit.tpl');
|
$tpl = get_markup_template('group_edit.tpl');
|
||||||
|
|
||||||
$context = array(
|
$context = array(
|
||||||
'$submit' => t('Submit'),
|
'$submit' => t('Save Group'),
|
||||||
);
|
);
|
||||||
|
|
||||||
if(($a->argc == 2) && ($a->argv[1] === 'new')) {
|
if(($a->argc == 2) && ($a->argv[1] === 'new')) {
|
||||||
|
|
Loading…
Reference in a new issue