feat: Update SD Card description to Storage

This commit is contained in:
Simon C 2021-02-08 22:06:39 +01:00
parent 2261faabc5
commit a1a4c432df
9 changed files with 18 additions and 18 deletions

View file

@ -135,7 +135,7 @@ ApplicationWindow {
Text {
id: text2
color: "#ffffff"
text: qsTr("SD Card")
text: qsTr("Storage")
Layout.fillWidth: true
Layout.preferredHeight: 17
Layout.preferredWidth: 100
@ -147,7 +147,7 @@ ApplicationWindow {
Button {
id: dstbutton
text: qsTr("CHOOSE SD CARD")
text: qsTr("CHOOSE STORAGE")
font.family: roboto.name
Layout.minimumHeight: 40
Layout.preferredWidth: 100