diff --git a/interface/client/appStart.js b/interface/client/appStart.js index 29f4a0e61..c579dce44 100644 --- a/interface/client/appStart.js +++ b/interface/client/appStart.js @@ -7,7 +7,7 @@ if(location.hash) // set browser as default tab if(!LocalStore.get('selectedTab')) - LocalStore.set('selectedTab', 'browser'); + LocalStore.set('selectedTab', 'wallet'); /** The init function of Mist @@ -32,7 +32,7 @@ mistInit = function(){ position: 0 }); } - + Tabs.upsert({_id: 'wallet'}, { url: 'https://wallet.ethereum.org', position: 1, diff --git a/interface/i18n/app.en.i18n.json b/interface/i18n/app.en.i18n.json index c9474bad0..17dcaea12 100644 --- a/interface/i18n/app.en.i18n.json +++ b/interface/i18n/app.en.i18n.json @@ -11,7 +11,7 @@ "ok": "OK", "cancel": "Cancel", "save": "Save", - "edit": "edit", + "edit": "Edit", "send": "Send", "next": "Next", "previous": "Previous", @@ -31,4 +31,4 @@ "on": "on", "per": "per" } -} \ No newline at end of file +} diff --git a/interface/i18n/mist.en.i18n.json b/interface/i18n/mist.en.i18n.json index 83ae5b028..7dff2bf58 100644 --- a/interface/i18n/mist.en.i18n.json +++ b/interface/i18n/mist.en.i18n.json @@ -175,7 +175,7 @@ "unlocking": "Confirming...", "createContract": "Create contract", "estimatedFee": "Estimated fee consumption", - "estimatedGasError": "Data can't be executed, so it will use all provided gas.", + "estimatedGasError": "Execution failed. Consumed all provided gas.", "gasPrice": "Gas price", "perMillionGas": "ether per million gas", "gasLimit": "Provide maximum fee", @@ -189,7 +189,7 @@ } }, "onboarding": { - "description" : "Ethereum is a decentralized platform for building apps on a blockchain: tamper-proof software that can transfer value and property and lives forever", + "description" : "Ethereum is a public blockchain that features a turing complete programming for building solid, decentralized applications.", "goToTestnet" : "Use the test network", "goToTestnetDescription" : "Test the technology freely in a sandboxed testnet, without using real ether.", "gotoMainnet" : "Use the main network", @@ -218,7 +218,7 @@ "syncMessageWithStates": "Block __displayBlock__ of __highestBlockString__ (Chain structure __statesPercent__%)", "tutorial1Description" : "
Now the only thing left to do is wait for the download to finish. Here's some reading suggestions:
Make a cryptocurrency with a fixed market supply, tokens representing real world assets, etc
", "tutorial2Description" : "Raise funds for a common goal, fully trustable without a third party. Sidestep the hurdle of traditional funding system and go directly to the source by funding an organization via the blockchain.
", - "tutorial3Description" : "Create an autonomous organization with unbreakable rules on how money can be spent and who can make the decisions. Let your backers take an active role on how the money is spent
", + "tutorial3Description" : "Create an autonomous organization with rules on spending money and making decisions for you and your investors.
", "buttons": { "showPassword": "Show password", "importAccount": "Import account", @@ -238,4 +238,4 @@ "checksumAlert":"This address looks valid, but it doesn't have some security features that will protect you against typos, so double check you have the right one. If provided, check if the security icon matches.", "identiconHelper": "This is a security icon, if there's any change on the address the resulting icon should be a completely different one" } -} \ No newline at end of file +}