aboutsummaryrefslogtreecommitdiffstats
path: root/ethereal/assets/qml
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-08-07 06:27:58 +0800
committerobscuren <geffobscura@gmail.com>2014-08-07 06:27:58 +0800
commitbbe896875e8b51143ebea759dfd9f25a4bcc2b2f (patch)
tree802bd3748774e2d19575d3687433fa2e53239499 /ethereal/assets/qml
parentc7afb5fb72579fb61139a6365c380a4d9370a7b9 (diff)
downloaddexon-bbe896875e8b51143ebea759dfd9f25a4bcc2b2f.tar.gz
dexon-bbe896875e8b51143ebea759dfd9f25a4bcc2b2f.tar.zst
dexon-bbe896875e8b51143ebea759dfd9f25a4bcc2b2f.zip
Typo. Fixes #107
Diffstat (limited to 'ethereal/assets/qml')
-rw-r--r--ethereal/assets/qml/wallet.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ethereal/assets/qml/wallet.qml b/ethereal/assets/qml/wallet.qml
index 50ff73060..84022a230 100644
--- a/ethereal/assets/qml/wallet.qml
+++ b/ethereal/assets/qml/wallet.qml
@@ -992,7 +992,7 @@ ApplicationWindow {
var gasPrice = txGasPrice.text + denomModel.get(gasDenom.currentIndex).zeros;
var res = eth.create(txFuelRecipient.text, value, txGas.text, gasPrice, codeView.text)
if(res[1]) {
- txResult.text = "Your contract <b>could not</b> be send over the network:\n<b>"
+ txResult.text = "Your contract <b>could not</b> be sent over the network:\n<b>"
txResult.text += res[1].error()
txResult.text += "</b>"
mainContractColumn.state = "ERROR"