Skip to content

Commit 3e8deff

Browse files
committed
missed changes
1 parent 492c751 commit 3e8deff

3 files changed

Lines changed: 26 additions & 26 deletions

File tree

src/qt/bitcoingui.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ void BitcoinGUI::createActions(const NetworkStyle* networkStyle)
367367
privacyIcon.addFile(":/icons/privacy_off",QSize(40,40),QIcon::Normal,QIcon::Off);
368368

369369
privacyAction = new QAction(QIcon(":/icons/privacy"), tr("&Privacy"), this);
370-
privacyAction->setStatusTip(tr("Privacy Actions for zPHR"));
370+
privacyAction->setStatusTip(tr("Privacy Actions for zHLIX"));
371371
privacyAction->setToolTip(privacyAction->statusTip());
372372
privacyAction->setCheckable(true);
373373
privacyAction->setIcon(privacyIcon);

src/qt/helixstrings.cpp

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,10 @@ QT_TRANSLATE_NOOP("phore-core", ""
9090
"Execute command when the best block changes (%s in cmd is replaced by block "
9191
"hash)"),
9292
QT_TRANSLATE_NOOP("phore-core", ""
93-
"Fees (in PHR/Kb) smaller than this are considered zero fee for relaying "
93+
"Fees (in HLIX/Kb) smaller than this are considered zero fee for relaying "
9494
"(default: %s)"),
9595
QT_TRANSLATE_NOOP("phore-core", ""
96-
"Fees (in PHR/Kb) smaller than this are considered zero fee for transaction "
96+
"Fees (in HLIX/Kb) smaller than this are considered zero fee for transaction "
9797
"creation (default: %s)"),
9898
QT_TRANSLATE_NOOP("phore-core", ""
9999
"Flush database activity from memory pool to disk log every <n> megabytes "
@@ -188,10 +188,10 @@ QT_TRANSLATE_NOOP("phore-core", ""
188188
"Unable to locate enough Obfuscation denominated funds for this transaction."),
189189
QT_TRANSLATE_NOOP("phore-core", ""
190190
"Unable to locate enough Obfuscation non-denominated funds for this "
191-
"transaction that are not equal 10000 PHR."),
191+
"transaction that are not equal 10000 HLIX."),
192192
QT_TRANSLATE_NOOP("phore-core", ""
193193
"Unable to locate enough funds for this transaction that are not equal 10000 "
194-
"PHR."),
194+
"HLIX."),
195195
QT_TRANSLATE_NOOP("phore-core", ""
196196
"Use separate SOCKS5 proxy to reach peers via Tor hidden services (default: "
197197
"%s)"),
@@ -305,7 +305,7 @@ QT_TRANSLATE_NOOP("phore-core", "Failed to listen on any port. Use -listen=0 if
305305
QT_TRANSLATE_NOOP("phore-core", "Failed to read block index"),
306306
QT_TRANSLATE_NOOP("phore-core", "Failed to read block"),
307307
QT_TRANSLATE_NOOP("phore-core", "Failed to write block index"),
308-
QT_TRANSLATE_NOOP("phore-core", "Fee (in PHR/kB) to add to transactions you send (default: %s)"),
308+
QT_TRANSLATE_NOOP("phore-core", "Fee (in HLIX/kB) to add to transactions you send (default: %s)"),
309309
QT_TRANSLATE_NOOP("phore-core", "Finalizing transaction."),
310310
QT_TRANSLATE_NOOP("phore-core", "Force safe mode (default: %u)"),
311311
QT_TRANSLATE_NOOP("phore-core", "Found enough users, signing ( waiting %s )"),

src/qt/res/css/default.css

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -815,12 +815,12 @@ QWidget#PrivacyDialog QFrame#labelMintStatus {
815815
QWidget#PrivacyDialog QLabel {
816816
border: 0px solid #000;
817817
}
818-
QWidget#PrivacyDialog QLabel#zPHRLabel {
818+
QWidget#PrivacyDialog QLabel#zHLIXLabel {
819819
font-size: 14px;
820820
color: #ffffff;
821821
background-color: #232828;
822822
}
823-
QWidget#PrivacyDialog QLabel#oPHRLabel {
823+
QWidget#PrivacyDialog QLabel#oHLIXLabel {
824824
font-size: 14px;
825825
color: #ffffff;
826826
background-color: #232828;
@@ -996,7 +996,7 @@ QWidget .QFrame#frame > .QLabel {
996996
min-height: 30px;
997997
}
998998
QWidget .QFrame#frame .QLabel#label_5 {
999-
/* PHR Balances Label */
999+
/* HLIX Balances Label */
10001000
qproperty-alignment: 'AlignVCenter | AlignLeft';
10011001
min-width: 160px;
10021002
background-color: transparent;
@@ -1133,7 +1133,7 @@ QWidget .QFrame#frame_4 .QLabel#label_5z_3 {
11331133
padding-right: 5px;
11341134
}
11351135
QWidget .QFrame#frame_4 .QLabel#labelzBalanceText {
1136-
/* Available zPHR Label */
1136+
/* Available zHLIX Label */
11371137
qproperty-alignment: 'AlignVCenter | AlignRight';
11381138
min-width: 160px;
11391139
background-color: #232828;
@@ -1145,15 +1145,15 @@ QWidget .QFrame#frame_4 .QLabel#labelzBalanceText {
11451145
/* min-height:35px; */
11461146
}
11471147
QWidget .QFrame#frame_4 .QLabel#labelzBalance {
1148-
/* Available zPHR Balance */
1148+
/* Available zHLIX Balance */
11491149
qproperty-alignment: 'AlignVCenter | AlignLeft';
11501150
font-size: 12px;
11511151
font-weight: bold;
11521152
color: #232828;
11531153
margin-left: 0px;
11541154
}
11551155
QWidget .QFrame#frame_4 .QLabel#labelzBalanceUnconfirmedText {
1156-
/* Unconfirmed zPHR Label */
1156+
/* Unconfirmed zHLIX Label */
11571157
qproperty-alignment: 'AlignVCenter | AlignRight';
11581158
min-width: 160px;
11591159
background-color: #232828;
@@ -1165,15 +1165,15 @@ QWidget .QFrame#frame_4 .QLabel#labelzBalanceUnconfirmedText {
11651165
/* min-height:35px; */
11661166
}
11671167
QWidget .QFrame#frame_4 .QLabel#labelzBalanceUnconfirmed {
1168-
/* Unconfirmed zPHR Balance */
1168+
/* Unconfirmed zHLIX Balance */
11691169
qproperty-alignment: 'AlignVCenter | AlignLeft';
11701170
font-size: 12px;
11711171
font-weight: bold;
11721172
color: #232828;
11731173
margin-left: 0px;
11741174
}
11751175
QWidget .QFrame#frame_4 .QLabel#labelzBalanceMatureText {
1176-
/* Mature zPHR Label */
1176+
/* Mature zHLIX Label */
11771177
qproperty-alignment: 'AlignVCenter | AlignRight';
11781178
min-width: 160px;
11791179
background-color: #232828;
@@ -1185,15 +1185,15 @@ QWidget .QFrame#frame_4 .QLabel#labelzBalanceMatureText {
11851185
/* min-height:35px; */
11861186
}
11871187
QWidget .QFrame#frame_4 .QLabel#labelzBalanceMature {
1188-
/* Mature zPHR Balance */
1188+
/* Mature zHLIX Balance */
11891189
qproperty-alignment: 'AlignVCenter | AlignLeft';
11901190
font-size: 12px;
11911191
font-weight: bold;
11921192
color: #232828;
11931193
margin-left: 0px;
11941194
}
11951195
QWidget .QFrame#frame_4 .QLabel#labelzBalanceImmatureText {
1196-
/* Immature zPHR Label */
1196+
/* Immature zHLIX Label */
11971197
qproperty-alignment: 'AlignVCenter | AlignRight';
11981198
min-width: 160px;
11991199
background-color: #232828;
@@ -1205,7 +1205,7 @@ QWidget .QFrame#frame_4 .QLabel#labelzBalanceImmatureText {
12051205
/* min-height:35px; */
12061206
}
12071207
QWidget .QFrame#frame_4 .QLabel#labelzBalanceImmature {
1208-
/* Immature zPHR Balance */
1208+
/* Immature zHLIX Balance */
12091209
qproperty-alignment: 'AlignVCenter | AlignLeft';
12101210
font-size: 12px;
12111211
font-weight: bold;
@@ -1224,7 +1224,7 @@ QWidget .QFrame#frame_3 .QLabel#label_5z {
12241224
padding-right: 5px;
12251225
}
12261226
QWidget .QFrame#frame_3 .QLabel#labelBalanceTextz {
1227-
/* Available PHR Label */
1227+
/* Available HLIX Label */
12281228
qproperty-alignment: 'AlignVCenter | AlignRight';
12291229
min-width: 160px;
12301230
background-color: #232828;
@@ -1237,15 +1237,15 @@ QWidget .QFrame#frame_3 .QLabel#labelBalanceTextz {
12371237
/* min-height:35px; */
12381238
}
12391239
QWidget .QFrame#frame_3 .QLabel#labelBalancez {
1240-
/* Available PHR Balance */
1240+
/* Available HLIX Balance */
12411241
qproperty-alignment: 'AlignVCenter | AlignLeft';
12421242
font-size: 12px;
12431243
font-weight: bold;
12441244
color: #232828;
12451245
margin-left: 0px;
12461246
}
12471247
QWidget .QFrame#frame_3 .QLabel#labelzBalanceTextz {
1248-
/* Available zPHR Label */
1248+
/* Available zHLIX Label */
12491249
qproperty-alignment: 'AlignVCenter | AlignRight';
12501250
min-width: 160px;
12511251
background-color: #232828;
@@ -1257,15 +1257,15 @@ QWidget .QFrame#frame_3 .QLabel#labelzBalanceTextz {
12571257
/* min-height:35px; */
12581258
}
12591259
QWidget .QFrame#frame_3 .QLabel#labelzBalancez {
1260-
/* Available zPHR Balance */
1260+
/* Available zHLIX Balance */
12611261
qproperty-alignment: 'AlignVCenter | AlignLeft';
12621262
font-size: 12px;
12631263
font-weight: bold;
12641264
color: #232828;
12651265
margin-left: 0px;
12661266
}
12671267
QWidget .QFrame#frame_3 .QLabel#labelLockedBalanceText {
1268-
/* Available zPHR Label */
1268+
/* Available zHLIX Label */
12691269
qproperty-alignment: 'AlignVCenter | AlignRight';
12701270
min-width: 160px;
12711271
background-color: #232828;
@@ -1277,15 +1277,15 @@ QWidget .QFrame#frame_3 .QLabel#labelLockedBalanceText {
12771277
/* min-height:35px; */
12781278
}
12791279
QWidget .QFrame#frame_3 .QLabel#labelLockedBalance {
1280-
/* Available zPHR Balance */
1280+
/* Available zHLIX Balance */
12811281
qproperty-alignment: 'AlignVCenter | AlignLeft';
12821282
font-size: 12px;
12831283
font-weight: normal;
12841284
color: #232828;
12851285
margin-left: 0px;
12861286
}
12871287
QWidget .QFrame#frame_3 .QLabel#labelUnLockedBalanceText {
1288-
/* Available zPHR Label */
1288+
/* Available zHLIX Label */
12891289
qproperty-alignment: 'AlignVCenter | AlignRight';
12901290
min-width: 160px;
12911291
background-color: #232828;
@@ -1297,7 +1297,7 @@ QWidget .QFrame#frame_3 .QLabel#labelUnLockedBalanceText {
12971297
/* min-height:35px; */
12981298
}
12991299
QWidget .QFrame#frame_3 .QLabel#labelUnLockedBalance {
1300-
/* Available zPHR Balance */
1300+
/* Available zHLIX Balance */
13011301
qproperty-alignment: 'AlignVCenter | AlignLeft';
13021302
font-size: 12px;
13031303
font-weight: normal;
@@ -1941,7 +1941,7 @@ AmountSpinBox::down-arrow {
19411941
color: #747c83;
19421942
}
19431943

1944-
#labelSmartFee3, #labelForBalance, #labelCoinControlQuantityText, #labelCoinControlAmountText, #labelzPHRSelected, #labelQuantitySelected, #labelzPHRBalanceText, #labelSecurityLevel, #labelzAvailableText, #labelZsupplyText, #labelzPHRAmountText, #labelBalanceTextz, #labelTotalTextz, #labelBalanceText, #labelPendingText, #labelImmatureText, #labelLockedBalanceText, #labelTotalText, #labelzBalanceMatureText, #labelzBalanceUnconfirmedText, #labelzBalanceImmatureText, #labelzBalanceText, #payToLabel, #labelLabel, #amountLabel{
1944+
#labelSmartFee3, #labelForBalance, #labelCoinControlQuantityText, #labelCoinControlAmountText, #labelzHLIXSelected, #labelQuantitySelected, #labelzHLIXBalanceText, #labelSecurityLevel, #labelzAvailableText, #labelZsupplyText, #labelzHLIXAmountText, #labelBalanceTextz, #labelTotalTextz, #labelBalanceText, #labelPendingText, #labelImmatureText, #labelLockedBalanceText, #labelTotalText, #labelzBalanceMatureText, #labelzBalanceUnconfirmedText, #labelzBalanceImmatureText, #labelzBalanceText, #payToLabel, #labelLabel, #amountLabel{
19451945
font-weight: 500;
19461946
}
19471947

0 commit comments

Comments
 (0)