diff options
| author | Philip Kaufmann <[email protected]> | 2013-09-13 16:49:35 +0200 |
|---|---|---|
| committer | Philip Kaufmann <[email protected]> | 2013-10-01 15:48:25 +0200 |
| commit | 23b48d13f1639d30741612b1dcf406a94d32a0da (patch) | |
| tree | 1f1a934982d0e441a65725dc0bd180ec8f0f4161 /src/qt/sendcoinsentry.h | |
| parent | Merge pull request #3045 from Diapolo/master (diff) | |
| download | discoin-23b48d13f1639d30741612b1dcf406a94d32a0da.tar.xz discoin-23b48d13f1639d30741612b1dcf406a94d32a0da.zip | |
Bitcoin-Qt: translation fixes in sendcoins
- remove some unneeded translatable strings from sendcoinsentry.ui file and
rename some elements for better readability
- optimize string prorcessing in SendCoinsDialog::on_sendButton_clicked()
- make all UI labels for secure payments plain text and move the settings
to sendcoinsentry.ui file
- remove unneeded button and default button definiton from warning message
boxes
- remove fixed font-size when sending coins to an address with label and
use monospace font for addresses
Diffstat (limited to 'src/qt/sendcoinsentry.h')
| -rw-r--r-- | src/qt/sendcoinsentry.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/qt/sendcoinsentry.h b/src/qt/sendcoinsentry.h index 9c7bfe952..49e622daf 100644 --- a/src/qt/sendcoinsentry.h +++ b/src/qt/sendcoinsentry.h @@ -33,7 +33,8 @@ public: void setValue(const SendCoinsRecipient &value); void setAddress(const QString &address); - /** Set up the tab chain manually, as Qt messes up the tab chain by default in some cases (issue https://bugreports.qt-project.org/browse/QTBUG-10907). + /** Set up the tab chain manually, as Qt messes up the tab chain by default in some cases + * (issue https://bugreports.qt-project.org/browse/QTBUG-10907). */ QWidget *setupTabChain(QWidget *prev); |