From be8df26fbf4829cdea0016b247e3f0f68a56c92f Mon Sep 17 00:00:00 2001
From: Nico Alt <nicoalt@posteo.org>
Date: Fri, 4 Feb 2022 16:42:57 +0100
Subject: [PATCH] Clarify that deleting all messages is only affecting our
 device

---
 src/main/resources/strings/BriarDesktop.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main/resources/strings/BriarDesktop.properties b/src/main/resources/strings/BriarDesktop.properties
index 71c3ea11ce..400c848159 100644
--- a/src/main/resources/strings/BriarDesktop.properties
+++ b/src/main/resources/strings/BriarDesktop.properties
@@ -38,7 +38,7 @@ contacts.search.title=Contacts
 conversation.message.unread=Unread messages
 conversation.message.new=New Message
 conversation.delete.all.dialog.title=Confirm Message Deletion
-conversation.delete.all.dialog.message=Are you sure that you want to delete all messages?
+conversation.delete.all.dialog.message=Are you sure that you want to delete all messages in this chat from your device?
 conversation.delete.single=Delete message for me
 conversation.delete.failed.dialog.title=Could not delete all messages
 conversation.delete.failed.dialog.message.ongoing_both=Messages related to ongoing invitations and introductions cannot be deleted until they conclude.
-- 
GitLab