Skip to content

Commit

Permalink
qt: rename to blackcoin
Browse files Browse the repository at this point in the history
  • Loading branch information
BlackcoinDev committed May 14, 2024
1 parent 1fdcb5e commit b91cf4b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/qt/forms/modaloverlay.ui
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ QLabel { color: rgb(40,40,40); }</string>
<item>
<widget class="QLabel" name="infoText">
<property name="text">
<string>Recent transactions may not yet be visible, and therefore your wallet's balance might be incorrect. This information will be correct once your wallet has finished synchronizing with the bitcoin network, as detailed below.</string>
<string>Recent transactions may not yet be visible, and therefore your wallet's balance might be incorrect. This information will be correct once your wallet has finished synchronizing with the blackcoin network, as detailed below.</string>
</property>
<property name="textFormat">
<enum>Qt::RichText</enum>
Expand Down
4 changes: 2 additions & 2 deletions src/qt/forms/openuridialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</rect>
</property>
<property name="windowTitle">
<string>Open bitcoin URI</string>
<string>Open Blackcoin URI</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
Expand All @@ -26,7 +26,7 @@
<item>
<widget class="QValidatedLineEdit" name="uriEdit">
<property name="placeholderText">
<string>bitcoin:</string>
<string>blackcoin:</string>
</property>
</widget>
</item>
Expand Down
2 changes: 1 addition & 1 deletion src/qt/forms/receiverequestdialog.ui
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
<item row="2" column="1" alignment="Qt::AlignTop">
<widget class="QLabel" name="uri_content">
<property name="text">
<string notr="true">bitcoin:BC1…</string>
<string notr="true">blackcoin:B…</string>
</property>
<property name="textFormat">
<enum>Qt::RichText</enum>
Expand Down

0 comments on commit b91cf4b

Please sign in to comment.