diff --git a/app/src/main/java/com/nextcloud/talk/controllers/ConversationInfoController.kt b/app/src/main/java/com/nextcloud/talk/controllers/ConversationInfoController.kt
index e9167cdc9..e731785fe 100644
--- a/app/src/main/java/com/nextcloud/talk/controllers/ConversationInfoController.kt
+++ b/app/src/main/java/com/nextcloud/talk/controllers/ConversationInfoController.kt
@@ -504,7 +504,7 @@ class ConversationInfoController(args: Bundle) :
.setPositiveButtonColor(context!!.resources.getColor(R.color.nc_darkRed))
.setTitle(R.string.nc_clear_history)
.setMessage(R.string.nc_clear_history_warning)
- .setPositiveButton(R.string.nc_delete) { clearHistory() }
+ .setPositiveButton(R.string.nc_delete_all) { clearHistory() }
.setNegativeButton(R.string.nc_cancel, null)
.setInstanceStateHandler(ID_CLEAR_CHAT_DIALOG, saveStateHandler!!)
.setSavedInstanceState(savedInstanceState)
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 58a8cd267..5cdb6f278 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -167,9 +167,9 @@
Start a conversation
Configure conversation
Leave conversation
- Clear history
- The chat history will be deleted.
- Chat history was cleared
+ Delete all messages
+ Do you really want to delete all messages in this conversation?
+ All messages were deleted
Rename conversation
Set a password
Change password
@@ -180,6 +180,7 @@
Make conversation private
Delete conversation
Delete
+ Delete all
If you delete the conversation, it will also be deleted for all other participants.
New conversation