summaryrefslogtreecommitdiffstats
path: root/resources/qml/ReplyPopup.qml
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2021-02-10 14:11:55 +0100
committerNicolas Werner <nicolas.werner@hotmail.de>2021-02-10 14:11:55 +0100
commit29c89b1b9eb3e0e36f52341bcdc470274724a90a (patch)
tree498c85cc1c5af39392ce8978e3a583384a10e3c9 /resources/qml/ReplyPopup.qml
parent6d678a108f0f1c551565c124de478f366dbe4ee2 (diff)
Abort -> Cancel
Diffstat (limited to 'resources/qml/ReplyPopup.qml')
-rw-r--r--resources/qml/ReplyPopup.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/qml/ReplyPopup.qml b/resources/qml/ReplyPopup.qml
index 9e97d7aa..c07c2c44 100644
--- a/resources/qml/ReplyPopup.qml
+++ b/resources/qml/ReplyPopup.qml
@@ -55,7 +55,7 @@ Rectangle {
anchors.topMargin: 10
anchors.top: parent.top
//height: 16
- text: qsTr("Abort edit")
+ text: qsTr("Cancel edit")
onClicked: room.edit = undefined
}