Add translation option for open in browser

This commit is contained in:
molan-git 2020-01-30 11:00:42 +01:00 committed by GitHub
parent f54c27b84c
commit bec23f5323
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);
}