File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -15,15 +15,15 @@ ColumnLayout {
15
15
OptionButton {
16
16
Layout .fillWidth : true
17
17
ButtonGroup .group : group
18
- text: qsTr (" Default directory " )
19
- description: qsTr (" The downloaded block data will be saved to the default data directory for your OS ." )
18
+ text: qsTr (" Default" )
19
+ description: qsTr (" Your application directory." )
20
20
recommended: true
21
21
checked: true
22
22
}
23
23
OptionButton {
24
24
Layout .fillWidth : true
25
25
ButtonGroup .group : group
26
- text: qsTr (" Custom directory " )
27
- description: qsTr (" The downloaded block data will be saved to the chosen directory ." )
26
+ text: qsTr (" Custom" )
27
+ description: qsTr (" Choose the directory and storage device ." )
28
28
}
29
29
}
Original file line number Diff line number Diff line change @@ -16,14 +16,14 @@ ColumnLayout {
16
16
Layout .fillWidth : true
17
17
ButtonGroup .group : group
18
18
text: qsTr (" Reduce storage" )
19
- description: qsTr (" Uses about 2GB." )
19
+ description: qsTr (" Uses about 2GB. For simple wallet use. " )
20
20
recommended: true
21
21
checked: true
22
22
}
23
23
OptionButton {
24
24
Layout .fillWidth : true
25
25
ButtonGroup .group : group
26
- text: qsTr (" Default " )
27
- description: qsTr (" Uses about 423GB ." )
26
+ text: qsTr (" Store all data " )
27
+ description: qsTr (" Uses about 550GB. Support the network ." )
28
28
}
29
29
}
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ InformationPage {
19
19
bold: true
20
20
headerText: qsTr (" Storage location" )
21
21
headerMargin: 0
22
- description: qsTr (" Where do you want to store the downloaded block data?" )
22
+ description: qsTr (" Where do you want to store the downloaded block data?\n You need a minimum of 1GB of storage. " )
23
23
descriptionMargin: 20
24
24
detailActive: true
25
25
detailItem: StorageLocations {}
You can’t perform that action at this time.
0 commit comments