Merge pull request #5069 from Quix0r/tickets/4965

Changed tooltip from #4965
This commit is contained in:
Hypolite Petovan
2018-05-16 21:02:46 -04:00
committed by GitHub
2 changed files with 9121 additions and 6288 deletions

View 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

File diff suppressed because it is too large Load Diff