]> git.mxchange.org Git - friendica.git/blobdiff - mod/group.php
Add creation/deletion of separate .htconfig.php used for tests
[friendica.git] / mod / group.php
index 870025074c91b34b220c8d51ec1c5e8b5a39efee..726616a90f0e5807f2c3f3998ff595e61e33d2fd 100644 (file)
@@ -226,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
@@ -250,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