Skip to content

Commit 4e57824

Browse files
committed
Merge bitcoin#9088: Reduce ambiguity of warning message
77cbbd9 Make warning message about wallet balance possibly being incorrect less ambiguous. (R E Broadley)
2 parents 71ab476 + 77cbbd9 commit 4e57824

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/qt/forms/modaloverlay.ui

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ QLabel { color: rgb(40,40,40); }</string>
130130
<item>
131131
<widget class="QLabel" name="infoText">
132132
<property name="text">
133-
<string>The displayed information may be out of date. Your wallet automatically synchronizes with the Bitcoin network after a connection is established, but this process has not completed yet. This means that recent transactions will not be visible, and the balance will not be up-to-date until this process has completed.</string>
133+
<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>
134134
</property>
135135
<property name="textFormat">
136136
<enum>Qt::RichText</enum>
@@ -149,7 +149,7 @@ QLabel { color: rgb(40,40,40); }</string>
149149
</font>
150150
</property>
151151
<property name="text">
152-
<string>Spending bitcoins may not be possible during that phase!</string>
152+
<string>Attempting to spend bitcoins that are affected by not-yet-displayed transactions will not be accepted by the network.</string>
153153
</property>
154154
<property name="textFormat">
155155
<enum>Qt::RichText</enum>

0 commit comments

Comments
 (0)