diff options
| author | Philip Kaufmann <[email protected]> | 2014-01-28 10:48:41 +0100 |
|---|---|---|
| committer | Philip Kaufmann <[email protected]> | 2014-01-28 10:48:41 +0100 |
| commit | d7aa1ec8dd1edd6ba35bddbecc22426a6179a729 (patch) | |
| tree | 84ac5dfffc2e4b19528f5e5e2225d44d8cb8e552 /src/qt/forms/sendcoinsentry.ui | |
| parent | Merge pull request #2342 (diff) | |
| download | discoin-d7aa1ec8dd1edd6ba35bddbecc22426a6179a729.tar.xz discoin-d7aa1ec8dd1edd6ba35bddbecc22426a6179a729.zip | |
[Qt] fix bitcoin: URI strings (spelling fixes)
Diffstat (limited to 'src/qt/forms/sendcoinsentry.ui')
| -rw-r--r-- | src/qt/forms/sendcoinsentry.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qt/forms/sendcoinsentry.ui b/src/qt/forms/sendcoinsentry.ui index 76039ce52..e77de0d9b 100644 --- a/src/qt/forms/sendcoinsentry.ui +++ b/src/qt/forms/sendcoinsentry.ui @@ -154,7 +154,7 @@ <item row="3" column="1"> <widget class="QLabel" name="messageTextLabel"> <property name="toolTip"> - <string>A message that was attached to the Bitcoin URI which will be stored with the transaction for your reference. Note: This message will not be sent over the Bitcoin network.</string> + <string>A message that was attached to the bitcoin: URI which will be stored with the transaction for your reference. Note: This message will not be sent over the Bitcoin network.</string> </property> <property name="textFormat"> <enum>Qt::PlainText</enum> |