]> git.mxchange.org Git - friendica.git/blobdiff - mod/group.php
Merge pull request #5327 from tobiasd/20180706-issue4753
[friendica.git] / mod / group.php
index 0473e2af9f6d56f6f582ec94fec76e726375bbb3..726616a90f0e5807f2c3f3998ff595e61e33d2fd 100644 (file)
@@ -146,7 +146,6 @@ function group_content(App $a) {
        }
 
        if (($a->argc > 1) && (intval($a->argv[1]))) {
-               require_once 'include/acl_selectors.php';
                require_once 'mod/contacts.php';
 
                $r = q("SELECT * FROM `group` WHERE `id` = %d AND `uid` = %d AND `deleted` = 0 LIMIT 1",
@@ -227,7 +226,7 @@ function group_content(App $a) {
                        $entry['label'] = 'members';
                        $entry['photo_menu'] = '';
                        $entry['change_member'] = [
-                               'title'     => L10n::t("Remove Contact"),
+                               'title'     => L10n::t("Remove contact from group"),
                                'gid'       => $group['id'],
                                'cid'       => $member['id'],
                                'sec_token' => $sec_token
@@ -251,7 +250,7 @@ function group_content(App $a) {
                                $entry['label'] = 'contacts';
                                $entry['photo_menu'] = '';
                                $entry['change_member'] = [
-                                       'title'     => L10n::t("Add Contact"),
+                                       'title'     => L10n::t("Add contact to group"),
                                        'gid'       => $group['id'],
                                        'cid'       => $member['id'],
                                        'sec_token' => $sec_token