Add translation option for open in browser
This commit is contained in:
parent
f54c27b84c
commit
bec23f5323
1 changed files with 1 additions and 1 deletions
|
@ -290,7 +290,7 @@ Page {
|
|||
anchors.horizontalCenter: parent.horizontalCenter
|
||||
Button {
|
||||
id: btnUrl
|
||||
text: ("Open profile in browser")
|
||||
text: qsTr("Open Profile in Browser")
|
||||
onClicked: {
|
||||
Qt.openUrlExternally(url);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue