mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-18 07:55:21 +01:00
feat: Update SD Card description to Storage
This commit is contained in:
parent
2261faabc5
commit
a1a4c432df
9 changed files with 18 additions and 18 deletions
4
main.qml
4
main.qml
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue