Emphasize that just the contact will be deleted, not the dialogue list entry.
This commit is contained in:
parent
69acd90512
commit
4ef719cd3a
1 changed files with 1 additions and 1 deletions
|
@ -383,7 +383,7 @@ void tgprpl_request_delete_contact (PurpleConnection *gc, PurpleBuddy *buddy, Pu
|
||||||
if (P->user.flags & TGLUF_CONTACT) {
|
if (P->user.flags & TGLUF_CONTACT) {
|
||||||
title1 = _("Delete Contact");
|
title1 = _("Delete Contact");
|
||||||
title2 = title1;
|
title2 = title1;
|
||||||
msg = _("Do you want to delete the contact from all your other devices?");
|
msg = _("Do you want to remove this user from your global contact list?");
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue