From 4ef719cd3a55375114864c86a1df6238955c39cf Mon Sep 17 00:00:00 2001 From: mjentsch Date: Mon, 25 Jan 2016 23:23:34 +0100 Subject: [PATCH] Emphasize that just the contact will be deleted, not the dialogue list entry. --- tgp-request.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tgp-request.c b/tgp-request.c index ae763e6..c85ddea 100644 --- a/tgp-request.c +++ b/tgp-request.c @@ -383,7 +383,7 @@ void tgprpl_request_delete_contact (PurpleConnection *gc, PurpleBuddy *buddy, Pu if (P->user.flags & TGLUF_CONTACT) { title1 = _("Delete Contact"); 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;