File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -11,25 +11,25 @@ ColumnLayout {
11
11
spacing: 20
12
12
Setting {
13
13
Layout .fillWidth : true
14
- header: " Use cellular data"
14
+ header: qsTr ( " Use cellular data" )
15
15
}
16
16
Setting {
17
17
Layout .fillWidth : true
18
- header: " Daily upload limit"
18
+ header: qsTr ( " Daily upload limit" )
19
19
}
20
20
Setting {
21
21
Layout .fillWidth : true
22
- header: " Connection limit"
22
+ header: qsTr ( " Connection limit" )
23
23
}
24
24
Setting {
25
25
Layout .fillWidth : true
26
- header: " Listening enabled"
27
- description: " Reduces data usage."
26
+ header: qsTr ( " Listening enabled" )
27
+ description: qsTr ( " Reduces data usage." )
28
28
}
29
29
Setting {
30
30
last: true
31
31
Layout .fillWidth : true
32
- header: " Blocks Only"
33
- description: " Do not transfer unconfirmed transactions. Also disabled listening."
32
+ header: qsTr ( " Blocks Only" )
33
+ description: qsTr ( " Do not transfer unconfirmed transactions. Also disabled listening." )
34
34
}
35
35
}
You can’t perform that action at this time.
0 commit comments