mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 19:08:58 +03:00
Abort -> Cancel
This commit is contained in:
parent
6d678a108f
commit
29c89b1b9e
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue