Skip to content

Commit d9720e3

Browse files
codeofalltradesRock-N-Troll
authored and
Rock-N-Troll
committed
just settingswidget changes default
Capitalize in translations. addresses Unlock Wallet For Staking additional changes to make unlock for staking capitalized
2 parents 27d0429 + 4e08ba3 commit d9720e3

File tree

6 files changed

+16
-16
lines changed

6 files changed

+16
-16
lines changed

src/qt/locale/veil_en.ts

+7-7
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@
443443
</message>
444444
<message>
445445
<location line="+124"/>
446-
<source>Total balance</source>
446+
<source>Total Balance</source>
447447
<translation type="unfinished"></translation>
448448
</message>
449449
<message>
@@ -4191,17 +4191,17 @@ to have automatically minted by automint</source>
41914191
</message>
41924192
<message>
41934193
<location line="+109"/>
4194-
<source>Backup wallet</source>
4194+
<source>Backup Wallet</source>
41954195
<translation type="unfinished"></translation>
41964196
</message>
41974197
<message>
41984198
<location line="+50"/>
4199-
<source>Change password</source>
4199+
<source>Change Password</source>
42004200
<translation type="unfinished"></translation>
42014201
</message>
42024202
<message>
42034203
<location line="+49"/>
4204-
<source>Unlock wallet for staking</source>
4204+
<source>Unlock Wallet For Staking</source>
42054205
<translation type="unfinished"></translation>
42064206
</message>
42074207
<message>
@@ -4221,7 +4221,7 @@ to have automatically minted by automint</source>
42214221
</message>
42224222
<message>
42234223
<location line="+50"/>
4224-
<source>Zerocoin minting</source>
4224+
<source>Zerocoin Minting</source>
42254225
<translation type="unfinished"></translation>
42264226
</message>
42274227
<message>
@@ -4231,7 +4231,7 @@ to have automatically minted by automint</source>
42314231
</message>
42324232
<message>
42334233
<location line="+50"/>
4234-
<source>Advanced options</source>
4234+
<source>Advanced Options</source>
42354235
<translation type="unfinished"></translation>
42364236
</message>
42374237
</context>
@@ -5532,7 +5532,7 @@ be used to restore your wallet.</source>
55325532
</message>
55335533
<message>
55345534
<location line="+64"/>
5535-
<source>Unlock wallet for staking</source>
5535+
<source>Unlock Wallet For Staking</source>
55365536
<translation type="unfinished"></translation>
55375537
</message>
55385538
<message>

src/qt/veil/balance.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ void Balance::onBtnBalanceClicked(int type){
129129
thirdBalance = balances.basecoin_balance;
130130
widget = ui->btnBalance;
131131
posy = 0;
132-
posx = widget->pos().rx()+150;
132+
posx = widget->pos().rx()+190;
133133
break;
134134
case 1:
135135
firstTitle = QString::fromStdString("Zerocoin");

src/qt/veil/forms/balance.ui

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ border:none;</string>
141141
<string notr="true">background-color:transparent;</string>
142142
</property>
143143
<property name="text">
144-
<string>Total balance</string>
144+
<string>Total Balance</string>
145145
</property>
146146
<property name="icon">
147147
<iconset resource="../../veil.qrc">

src/qt/veil/forms/mainwindow.ui

+1-1
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ margin:0 0 0 10;</string>
130130
<string notr="true">background-color:transparent;</string>
131131
</property>
132132
<property name="text">
133-
<string>Total balance</string>
133+
<string>Total Balance</string>
134134
</property>
135135
</widget>
136136
</item>

src/qt/veil/forms/settingswidget.ui

+5-5
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ background-color:transparent;
172172
border:0;</string>
173173
</property>
174174
<property name="text">
175-
<string>Backup wallet</string>
175+
<string>Backup Wallet</string>
176176
</property>
177177
</widget>
178178
</item>
@@ -222,7 +222,7 @@ background-color:transparent;
222222
border:0;</string>
223223
</property>
224224
<property name="text">
225-
<string>Change password</string>
225+
<string>Change Password</string>
226226
</property>
227227
</widget>
228228
</item>
@@ -271,7 +271,7 @@ background-color:transparent;
271271
border:0;</string>
272272
</property>
273273
<property name="text">
274-
<string>Unlock wallet for staking</string>
274+
<string>Unlock Wallet For Staking</string>
275275
</property>
276276
</widget>
277277
</item>
@@ -439,7 +439,7 @@ background-color:transparent;
439439
border:0;</string>
440440
</property>
441441
<property name="text">
442-
<string>Zerocoin minting</string>
442+
<string>Zerocoin Minting</string>
443443
</property>
444444
</widget>
445445
</item>
@@ -539,7 +539,7 @@ background-color:transparent;
539539
border:0;</string>
540540
</property>
541541
<property name="text">
542-
<string>Advanced options</string>
542+
<string>Advanced Options</string>
543543
</property>
544544
</widget>
545545
</item>

src/qt/veil/settings/settingswidget.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ void SettingsWidget::updateStakingCheckboxStatus(){
298298
ui->labelStacking->setProperty("cssClass" , "btn-text-settings");
299299
ui->checkBoxStaking->setVisible(false);
300300
}else{
301-
ui->labelStacking->setText("Unlock wallet for staking");
301+
ui->labelStacking->setText("Unlock Wallet For Staking");
302302
ui->checkBoxStaking->setVisible(true);
303303
}
304304
}

0 commit comments

Comments
 (0)