aboutsummaryrefslogtreecommitdiff
path: root/src/qt
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2016-11-08 10:59:52 +0100
committerWladimir J. van der Laan <laanwj@gmail.com>2016-11-08 11:05:08 +0100
commit4e5782438c3d117be7e52ddd0d35ae0475a30759 (patch)
tree6bc4af7b5961076e0e00c783dd1cf81ffee1fa98 /src/qt
parent71ab476b048273060ef4e2fe16c8beadfe4d582f (diff)
parent77cbbd9ecffaeadd42b86a37bc83921be8b7dee5 (diff)
downloadbitcoin-4e5782438c3d117be7e52ddd0d35ae0475a30759.tar.xz
Merge #9088: Reduce ambiguity of warning message
77cbbd9 Make warning message about wallet balance possibly being incorrect less ambiguous. (R E Broadley)
Diffstat (limited to 'src/qt')
-rw-r--r--src/qt/forms/modaloverlay.ui4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qt/forms/modaloverlay.ui b/src/qt/forms/modaloverlay.ui
index 27998f90c5..a37672ad53 100644
--- a/src/qt/forms/modaloverlay.ui
+++ b/src/qt/forms/modaloverlay.ui
@@ -130,7 +130,7 @@ QLabel { color: rgb(40,40,40); }</string>
<item>
<widget class="QLabel" name="infoText">
<property name="text">
- <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>
+ <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>
</property>
<property name="textFormat">
<enum>Qt::RichText</enum>
@@ -149,7 +149,7 @@ QLabel { color: rgb(40,40,40); }</string>
</font>
</property>
<property name="text">
- <string>Spending bitcoins may not be possible during that phase!</string>
+ <string>Attempting to spend bitcoins that are affected by not-yet-displayed transactions will not be accepted by the network.</string>
</property>
<property name="textFormat">
<enum>Qt::RichText</enum>