Merge pull request #1977

c80bc12 Receive: change account -> address in string (selsta)
This commit is contained in:
luigi1111 2019-02-27 17:40:36 -06:00
commit 07df0f41bf
No known key found for this signature in database
GPG key ID: F4ACA0183641E010

View file

@ -219,17 +219,17 @@ Rectangle {
height: 1 height: 1
} }
MoneroComponents.CheckBox { MoneroComponents.CheckBox {
id: addNewAccountCheckbox id: addNewAddressCheckbox
border: false border: false
checkedIcon: "qrc:///images/plus-in-circle-medium-white.png" checkedIcon: "qrc:///images/plus-in-circle-medium-white.png"
uncheckedIcon: "qrc:///images/plus-in-circle-medium-white.png" uncheckedIcon: "qrc:///images/plus-in-circle-medium-white.png"
fontSize: 14 * scaleRatio fontSize: 14 * scaleRatio
iconOnTheLeft: true iconOnTheLeft: true
Layout.fillWidth: true Layout.fillWidth: true
Layout.topMargin: 10 * scaleRatio Layout.topMargin: 10 * scaleRatio
text: qsTr("Create new account") + translationManager.emptyString; text: qsTr("Create new address") + translationManager.emptyString;
onClicked: { onClicked: {
inputDialog.labelText = qsTr("Set the label of the new address:") + translationManager.emptyString inputDialog.labelText = qsTr("Set the label of the new address:") + translationManager.emptyString
inputDialog.inputText = qsTr("(Untitled)") inputDialog.inputText = qsTr("(Untitled)")
inputDialog.onAcceptedCallback = function() { inputDialog.onAcceptedCallback = function() {