Skip to content

Commit

Permalink
Typo. Fixes #107
Browse files Browse the repository at this point in the history
  • Loading branch information
obscuren committed Aug 6, 2014
1 parent c7afb5f commit bbe8968
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ethereal/assets/qml/wallet.qml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit bbe8968

Please sign in to comment.