]> git.mxchange.org Git - friendica.git/commitdiff
wording for the SUBMIT button while handling with contact groups
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Sun, 17 Nov 2013 14:33:07 +0000 (15:33 +0100)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Sun, 17 Nov 2013 14:33:07 +0000 (15:33 +0100)
mod/group.php

index cef4371e94e2448986bce90b03f4e32d0e507438..9d04a371b5859ea36d8402f7873a6685180085f3 100644 (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')) {