diff options
author | Jonas Schnelli <dev@jonasschnelli.ch> | 2016-09-21 10:29:57 +0200 |
---|---|---|
committer | Jonas Schnelli <dev@jonasschnelli.ch> | 2016-09-23 16:07:21 +0200 |
commit | 08827df3ecce925928dc3bedcdef63bfca290300 (patch) | |
tree | 29d9b9a06371b8f4d6b66036d9f98f3def55b7ae /src/qt/forms/modaloverlay.ui | |
parent | d8b062ef5eea3addff00a09bad1dab162452b4b5 (diff) |
[Qt] modalinfolayer: removed unused comments, renamed signal, code style overhaul
Diffstat (limited to 'src/qt/forms/modaloverlay.ui')
-rw-r--r-- | src/qt/forms/modaloverlay.ui | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/qt/forms/modaloverlay.ui b/src/qt/forms/modaloverlay.ui index ce9ceaaadd..ccec1b3e1e 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.</string> + <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> </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>This means that recent transactions will not be visible, and the balance will not be up-to-date until this process has completed. Spending bitcoins is not possible during that phase!</string> + <string>Spending bitcoins may not be possible during that phase!</string> </property> <property name="textFormat"> <enum>Qt::RichText</enum> |