Emphasize that just the contact will be deleted, not the dialogue list entry.

This commit is contained in:
mjentsch 2016-01-25 23:23:34 +01:00
parent 69acd90512
commit 4ef719cd3a

View file

@ -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;