diff --git a/src/qml/DelegateContextMenu.qml b/src/qml/DelegateContextMenu.qml index 956ed9269..25f0b1c25 100644 --- a/src/qml/DelegateContextMenu.qml +++ b/src/qml/DelegateContextMenu.qml @@ -75,7 +75,7 @@ KirigamiComponents.ConvergentContextMenu { component RemoveMessageAction: Kirigami.Action { visible: author.isLocalMember || currentRoom.canSendState("redact") - text: i18nc("@action:button", "Remove") + text: i18nc("@action:button", "Remove…") icon.name: "edit-delete-remove" icon.color: "red" onTriggered: { diff --git a/src/qml/FileDelegateContextMenu.qml b/src/qml/FileDelegateContextMenu.qml index 418eb3adf..8a8effdcb 100644 --- a/src/qml/FileDelegateContextMenu.qml +++ b/src/qml/FileDelegateContextMenu.qml @@ -71,7 +71,7 @@ DelegateContextMenu { Kirigami.Action { visible: author.id === currentRoom.localMember.id || currentRoom.canSendState("redact") - text: i18n("Remove") + text: i18n("Remove…") icon.name: "edit-delete-remove" icon.color: "red" onTriggered: {