GODT-1378: varia GUI fixes

This commit is contained in:
Alexander Bilyak
2021-10-27 14:32:56 +02:00
committed by Jakub
parent cf6ed81a00
commit af0c5e6bae
5 changed files with 12 additions and 11 deletions

View File

@ -245,7 +245,7 @@ Window {
Button {
colorScheme: root.colorScheme
secondary: true
text: qsTr("Open ProtonBridge")
text: qsTr("Open Bridge")
borderless: true
labelType: Label.LabelType.Caption_semibold
@ -296,7 +296,7 @@ Window {
}
MenuItem {
colorScheme: root.colorScheme
text: qsTr("Quit ProtonBridge")
text: qsTr("Quit Bridge")
onClicked: {
root.quit()
root.close()