Merge pull request #5290

5d60b69 Coin Control: Make list mode default (Luke Dashjr)
4ff81d6 Bugfix: Clarify coin control dialog labels (Luke Dashjr)
This commit is contained in:
Wladimir J. van der Laan 2014-11-18 14:40:52 +01:00
commit 27b2288f33
No known key found for this signature in database
GPG Key ID: 74810B012346C9A6
1 changed files with 6 additions and 6 deletions

View File

@ -11,7 +11,7 @@
</rect>
</property>
<property name="windowTitle">
<string>Coin Control Address Selection</string>
<string>Coin Selection</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
@ -379,9 +379,6 @@
<property name="text">
<string>Tree mode</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
<item>
@ -395,6 +392,9 @@
<property name="text">
<string>List mode</string>
</property>
<property name="checked">
<bool>true</bool>
</property>
</widget>
</item>
<item>
@ -451,12 +451,12 @@
</column>
<column>
<property name="text">
<string notr="true">Label</string>
<string>Received with label</string>
</property>
</column>
<column>
<property name="text">
<string>Address</string>
<string>Received with address</string>
</property>
</column>
<column>