qt: Rename 'Confirmed' balance to 'Spendable' on overview page

The word 'Spendable' more precisely says what the balance actually means.

Avoids the confirmed/unconfirmed confusion that can be caused by #3676.
This commit is contained in:
Wladimir J. van der Laan 2014-02-18 13:12:54 +01:00
parent bd8e3751d7
commit ddcabae0de
1 changed files with 2 additions and 2 deletions

View File

@ -105,7 +105,7 @@
<item row="0" column="0"> <item row="0" column="0">
<widget class="QLabel" name="label"> <widget class="QLabel" name="label">
<property name="text"> <property name="text">
<string>Confirmed:</string> <string>Available:</string>
</property> </property>
</widget> </widget>
</item> </item>
@ -137,7 +137,7 @@
<item row="1" column="0"> <item row="1" column="0">
<widget class="QLabel" name="label_3"> <widget class="QLabel" name="label_3">
<property name="text"> <property name="text">
<string>Unconfirmed:</string> <string>Pending:</string>
</property> </property>
</widget> </widget>
</item> </item>