From: Tobias Diekershoff Date: Sun, 17 Nov 2013 14:33:07 +0000 (+0100) Subject: wording for the SUBMIT button while handling with contact groups X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=5fd58b29e029cd072b0f2128dccf9eb212022299;p=friendica.git wording for the SUBMIT button while handling with contact groups --- diff --git a/mod/group.php b/mod/group.php index cef4371e94..9d04a371b5 100644 --- a/mod/group.php +++ b/mod/group.php @@ -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')) {