@@ -13,7 +13,7 @@ ColumnLayout {
13
13
Layout .fillWidth : true
14
14
header: qsTr (" Website" )
15
15
actionItem: ExternalLink {
16
- description: qsTr ( " bitcoincore.org" )
16
+ description: " bitcoincore.org"
17
17
link: " https://bitcoincore.org"
18
18
iconSource: " image://images/caret-right"
19
19
}
@@ -22,7 +22,7 @@ ColumnLayout {
22
22
Layout .fillWidth : true
23
23
header: qsTr (" Source code" )
24
24
actionItem: ExternalLink {
25
- description: qsTr ( " github.com/bitcoin/bitcoin" )
25
+ description: " github.com/bitcoin/bitcoin"
26
26
link: " https://github.com/bitcoin/bitcoin"
27
27
iconSource: " image://images/caret-right"
28
28
}
@@ -31,7 +31,7 @@ ColumnLayout {
31
31
Layout .fillWidth : true
32
32
header: qsTr (" License" )
33
33
actionItem: ExternalLink {
34
- description: qsTr ( " MIT" )
34
+ description: " MIT"
35
35
link: " https://opensource.org/licenses/MIT"
36
36
iconSource: " image://images/caret-right"
37
37
}
@@ -40,7 +40,7 @@ ColumnLayout {
40
40
Layout .fillWidth : true
41
41
header: qsTr (" Version" )
42
42
actionItem: ExternalLink {
43
- description: qsTr ( " v22.99.0-1e7564eca8a6" )
43
+ description: " v22.99.0-1e7564eca8a6"
44
44
link: " https://bitcoin.org/en/download"
45
45
iconSource: " image://images/caret-right"
46
46
}
0 commit comments