You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/app/qml/DeviceWarningDialog.qml
+17-1Lines changed: 17 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ ApplicationWindow {
51
51
52
52
Label {
53
53
Layout.fillWidth:true
54
-
text:qsTr("The device you have selected appears to be larger than 32GB. Are you sure you want to completely erase all the data on it?")
54
+
text:qsTr("The entire device (all of %1) will be erased and the selected image will be written to it. Do you want to continue?").arg(formatSize(drives.selected.size))
0 commit comments