mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-18 16:05:21 +01:00
SD card -> storage
- Change a few more SD card -> storage references - Regen .ts files
This commit is contained in:
parent
88c6afba33
commit
8a54544808
9 changed files with 2237 additions and 689 deletions
8
main.qml
8
main.qml
|
@ -160,7 +160,7 @@ ApplicationWindow {
|
|||
Material.background: "#ffffff"
|
||||
Material.foreground: "#c51a4a"
|
||||
Accessible.ignored: ospopup.visible || dstpopup.visible
|
||||
Accessible.description: qsTr("Select this button to change the destination SD card")
|
||||
Accessible.description: qsTr("Select this button to change the destination storage device")
|
||||
Accessible.onPressAction: clicked()
|
||||
}
|
||||
}
|
||||
|
@ -545,7 +545,7 @@ ApplicationWindow {
|
|||
}
|
||||
|
||||
/*
|
||||
Popup for SD card device selection
|
||||
Popup for storage device selection
|
||||
*/
|
||||
Popup {
|
||||
id: dstpopup
|
||||
|
@ -595,7 +595,7 @@ ApplicationWindow {
|
|||
spacing: 10
|
||||
|
||||
Text {
|
||||
text: qsTr("SD Card")
|
||||
text: qsTr("Storage")
|
||||
horizontalAlignment: Text.AlignHCenter
|
||||
verticalAlignment: Text.AlignVCenter
|
||||
Layout.fillWidth: true
|
||||
|
@ -905,7 +905,7 @@ ApplicationWindow {
|
|||
msgpopup.text = qsTr("<b>%1</b> has been written to <b>%2</b><br><br>You can now remove the SD card from the reader").arg(osbutton.text).arg(dstbutton.text)
|
||||
msgpopup.openPopup()
|
||||
imageWriter.setDst("")
|
||||
dstbutton.text = qsTr("CHOOSE SD CARD")
|
||||
dstbutton.text = qsTr("CHOOSE STORAGE")
|
||||
resetWriteButton()
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue