SD card -> storage

- Change a few more SD card -> storage references
- Regen .ts files
This commit is contained in:
Floris Bos 2021-02-26 14:51:09 +01:00
parent 88c6afba33
commit 8a54544808
9 changed files with 2237 additions and 689 deletions

View file

@ -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()
}