Skip to content

Commit

Permalink
Merge #917: [GUI] Capitalize First Letter in Menu Option Words
Browse files Browse the repository at this point in the history
Pull request description:

  (Recreated branch due to commit issue)

  **Existing:**
  ![image](https://user-images.githubusercontent.com/34344520/113379265-058cb280-9347-11eb-9221-ca6dd3d4d8ae.png)

  **New:**
  ![image](https://user-images.githubusercontent.com/34344520/113379258-002f6800-9347-11eb-8f74-1927a9f9f45b.png)

Tree-SHA512: 435ab98d68f42fa0325ff82b8f1a1d31d01f1d86a829733f32184dccb0843d62e8fc82b6c8d9faa1816e1e956024a00e4457a8ef3d3371c4014b0de4a886ce24
  • Loading branch information
codeofalltrades committed Apr 10, 2021
2 parents be63fb7 + d9720e3 commit ddd0b15
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
14 changes: 7 additions & 7 deletions src/qt/locale/veil_en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@
</message>
<message>
<location line="+124"/>
<source>Total balance</source>
<source>Total Balance</source>
<translation type="unfinished"></translation>
</message>
<message>
Expand Down Expand Up @@ -4191,17 +4191,17 @@ to have automatically minted by automint</source>
</message>
<message>
<location line="+109"/>
<source>Backup wallet</source>
<source>Backup Wallet</source>
<translation type="unfinished"></translation>
</message>
<message>
<location line="+50"/>
<source>Change password</source>
<source>Change Password</source>
<translation type="unfinished"></translation>
</message>
<message>
<location line="+49"/>
<source>Unlock wallet for staking</source>
<source>Unlock Wallet For Staking</source>
<translation type="unfinished"></translation>
</message>
<message>
Expand All @@ -4221,7 +4221,7 @@ to have automatically minted by automint</source>
</message>
<message>
<location line="+50"/>
<source>Zerocoin minting</source>
<source>Zerocoin Minting</source>
<translation type="unfinished"></translation>
</message>
<message>
Expand All @@ -4231,7 +4231,7 @@ to have automatically minted by automint</source>
</message>
<message>
<location line="+50"/>
<source>Advanced options</source>
<source>Advanced Options</source>
<translation type="unfinished"></translation>
</message>
</context>
Expand Down Expand Up @@ -5532,7 +5532,7 @@ be used to restore your wallet.</source>
</message>
<message>
<location line="+64"/>
<source>Unlock wallet for staking</source>
<source>Unlock Wallet For Staking</source>
<translation type="unfinished"></translation>
</message>
<message>
Expand Down
2 changes: 1 addition & 1 deletion src/qt/veil/forms/balance.ui
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ border:none;</string>
<string notr="true">background-color:transparent;</string>
</property>
<property name="text">
<string>Total balance</string>
<string>Total Balance</string>
</property>
<property name="icon">
<iconset resource="../../veil.qrc">
Expand Down
2 changes: 1 addition & 1 deletion src/qt/veil/forms/mainwindow.ui
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ margin:0 0 0 10;</string>
<string notr="true">background-color:transparent;</string>
</property>
<property name="text">
<string>Total balance</string>
<string>Total Balance</string>
</property>
</widget>
</item>
Expand Down
10 changes: 5 additions & 5 deletions src/qt/veil/forms/settingswidget.ui
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ background-color:transparent;
border:0;</string>
</property>
<property name="text">
<string>Backup wallet</string>
<string>Backup Wallet</string>
</property>
</widget>
</item>
Expand Down Expand Up @@ -222,7 +222,7 @@ background-color:transparent;
border:0;</string>
</property>
<property name="text">
<string>Change password</string>
<string>Change Password</string>
</property>
</widget>
</item>
Expand Down Expand Up @@ -271,7 +271,7 @@ background-color:transparent;
border:0;</string>
</property>
<property name="text">
<string>Unlock wallet for staking</string>
<string>Unlock Wallet For Staking</string>
</property>
</widget>
</item>
Expand Down Expand Up @@ -439,7 +439,7 @@ background-color:transparent;
border:0;</string>
</property>
<property name="text">
<string>Zerocoin minting</string>
<string>Zerocoin Minting</string>
</property>
</widget>
</item>
Expand Down Expand Up @@ -539,7 +539,7 @@ background-color:transparent;
border:0;</string>
</property>
<property name="text">
<string>Advanced options</string>
<string>Advanced Options</string>
</property>
</widget>
</item>
Expand Down
2 changes: 1 addition & 1 deletion src/qt/veil/settings/settingswidget.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -298,7 +298,7 @@ void SettingsWidget::updateStakingCheckboxStatus(){
ui->labelStacking->setProperty("cssClass" , "btn-text-settings");
ui->checkBoxStaking->setVisible(false);
}else{
ui->labelStacking->setText("Unlock wallet for staking");
ui->labelStacking->setText("Unlock Wallet For Staking");
ui->checkBoxStaking->setVisible(true);
}
}
Expand Down

0 comments on commit ddd0b15

Please sign in to comment.