diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2011-07-01 21:41:14 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2011-07-01 21:41:14 +0200 |
commit | e5b47b4328ce3de8e657430bf38c8051d59df298 (patch) | |
tree | b38fcad8558721041ff31993e5e20af7adff8ac7 /src/qt/forms | |
parent | 05bae43c3ccad4959b8cc49db26449d409289118 (diff) |
Remove "default address" from main GUI screen, it only confuses people
Diffstat (limited to 'src/qt/forms')
-rw-r--r-- | src/qt/forms/addressbookdialog.ui | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/qt/forms/addressbookdialog.ui b/src/qt/forms/addressbookdialog.ui index 40ade40a39..d99651d6ab 100644 --- a/src/qt/forms/addressbookdialog.ui +++ b/src/qt/forms/addressbookdialog.ui @@ -6,7 +6,7 @@ <rect> <x>0</x> <y>0</y> - <width>620</width> + <width>627</width> <height>347</height> </rect> </property> @@ -17,7 +17,7 @@ <item> <widget class="QTabWidget" name="tabWidget"> <property name="currentIndex"> - <number>0</number> + <number>1</number> </property> <widget class="QWidget" name="sendTab"> <property name="toolTip"> @@ -59,7 +59,7 @@ <item> <widget class="QLabel" name="label"> <property name="text"> - <string>These are your Bitcoin addresses for receiving payments. You may want to give a different one to each sender so you can keep track of who is paying you. The highlighted address is displayed in the main window.</string> + <string>These are your Bitcoin addresses for receiving payments. You may want to give a different one to each sender so you can keep track of who is paying you. The highlighted address is your default receiving address.</string> </property> <property name="textFormat"> <enum>Qt::AutoText</enum> |