]> git.mxchange.org Git - friendica.git/commitdiff
Fixes for #4965:
authorRoland Häder <roland@mxchange.org>
Thu, 17 May 2018 00:23:20 +0000 (02:23 +0200)
committerRoland Häder <roland@mxchange.org>
Thu, 17 May 2018 00:24:42 +0000 (02:24 +0200)
- better descriptive tooltip for adding/removing contact from/to group

Signed-off-by: Roland Häder <roland@mxchange.org>
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