diff options
| author | Philip Kaufmann <[email protected]> | 2013-10-25 14:19:44 +0200 |
|---|---|---|
| committer | Philip Kaufmann <[email protected]> | 2013-10-26 21:31:53 +0200 |
| commit | 4751df0ca3a0408caf588d4303bb33590d5f58c0 (patch) | |
| tree | 6a49e38dbd387ac50c83812445c299f9962f2846 /src/qt/forms/sendcoinsdialog.ui | |
| parent | Merge pull request #3153 (diff) | |
| download | discoin-4751df0ca3a0408caf588d4303bb33590d5f58c0.tar.xz discoin-4751df0ca3a0408caf588d4303bb33590d5f58c0.zip | |
[Qt] additional small fixes for #3099 (new receive flow)
- remove 2 unneeded windowTitle attributes, which bloat our translations
- cleanup some unneeded .cpp/.h includes and class usages
- use a more generic string for clearing sendcoinsdialog and
requestpaymentdialog
- edit 2 strings in BitcoinGUI and replace "edit" with "show" as this
seems more clear in the context where it is used
Diffstat (limited to 'src/qt/forms/sendcoinsdialog.ui')
| -rw-r--r-- | src/qt/forms/sendcoinsdialog.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/forms/sendcoinsdialog.ui b/src/qt/forms/sendcoinsdialog.ui index 2a00fc545..67ea45d2f 100644 --- a/src/qt/forms/sendcoinsdialog.ui +++ b/src/qt/forms/sendcoinsdialog.ui @@ -84,7 +84,7 @@ </sizepolicy> </property> <property name="toolTip"> - <string>Remove all transaction fields</string> + <string>Clear all fields of the form.</string> </property> <property name="text"> <string>Clear &All</string> |