forked from Public/monero-gui
Merge pull request #85
fe9d5d3Update Transfer.qml (taushet)b9187adUpdate History.qml (taushet)
This commit is contained in:
@@ -87,7 +87,7 @@ Rectangle {
|
||||
// Amount input
|
||||
LineEdit {
|
||||
id: amountLine
|
||||
placeholderText: qsTr("Amount...") + translationManager.emptyString
|
||||
placeholderText: qsTr("") + translationManager.emptyString
|
||||
width: parent.width - 37 - 17
|
||||
validator: DoubleValidator {
|
||||
bottom: 0.0
|
||||
@@ -162,7 +162,7 @@ Rectangle {
|
||||
anchors.rightMargin: 17
|
||||
anchors.topMargin: 30
|
||||
fontSize: 14
|
||||
text: qsTr("Cost")
|
||||
text: qsTr("Transaction cost")
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user