mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 08:10:15 +02:00
Minor text tweak
This commit is contained in:
parent
17a0dd2a76
commit
6b7c997a4c
1 changed files with 1 additions and 1 deletions
|
@ -679,7 +679,7 @@ Item {
|
||||||
anchors.right: parent.right;
|
anchors.right: parent.right;
|
||||||
anchors.rightMargin: 30;
|
anchors.rightMargin: 30;
|
||||||
height: 40;
|
height: 40;
|
||||||
text: "Open Instructions for Later";
|
text: "Open Backup Instructions for Later";
|
||||||
onClicked: {
|
onClicked: {
|
||||||
instructions01Container.visible = false;
|
instructions01Container.visible = false;
|
||||||
instructions02Container.visible = true;
|
instructions02Container.visible = true;
|
||||||
|
|
Loading…
Reference in a new issue