add missing TranslationManager.emptyString

This commit is contained in:
selsta
2019-04-16 16:35:30 +02:00
parent d2c47606ca
commit 15a5f76334
21 changed files with 765 additions and 65 deletions

View File

@@ -396,7 +396,7 @@ Rectangle {
font.pixelSize: 16 * scaleRatio
font.bold: false
color: MoneroComponents.Style.defaultFontColor
text: qsTr("Cancel")
text: qsTr("Cancel") + translationManager.emptyString
MouseArea {
anchors.fill: parent
@@ -413,7 +413,7 @@ Rectangle {
font.pixelSize: 16 * scaleRatio
font.bold: false
color: MoneroComponents.Style.defaultFontColor
text: qsTr("Delete")
text: qsTr("Delete") + translationManager.emptyString
MouseArea {
anchors.fill: parent