Abort -> Cancel

This commit is contained in:
Nicolas Werner 2021-02-10 14:11:55 +01:00
parent 6d678a108f
commit 29c89b1b9e
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ Rectangle {
anchors.topMargin: 10 anchors.topMargin: 10
anchors.top: parent.top anchors.top: parent.top
//height: 16 //height: 16
text: qsTr("Abort edit") text: qsTr("Cancel edit")
onClicked: room.edit = undefined onClicked: room.edit = undefined
} }