fix: change text strings to qsTr

Co-authored-by: RichΛrd <info@richardramos.me>
This commit is contained in:
Jonathan Rainville 2020-06-15 12:52:41 -04:00 committed by Iuri Matias
parent 34810e0587
commit de5d542b8e
1 changed files with 2 additions and 2 deletions

View File

@ -67,12 +67,12 @@ Page {
anchors.top: txtDesc1.bottom
anchors.topMargin: 40
anchors.horizontalCenter: parent.horizontalCenter
label: "I'm new, generate keys"
label: qsTr("I'm new, generate keys")
}
StyledButton {
id: btnExistingKey
label: "Access existing key"
label: qsTr("Access existing key")
anchors.top: btnGenKey.bottom
anchors.topMargin: Theme.padding
anchors.horizontalCenter: parent.horizontalCenter