mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-18 19:07:25 -04:00
add missing TranslationManager.emptyString
This commit is contained in:
@@ -100,7 +100,7 @@ ListView {
|
||||
font.pixelSize: 12 * scaleRatio
|
||||
font.bold: false
|
||||
color: "#707070"
|
||||
text: hide_amount ? "(" + qsTr("show") + ")" : "(" + qsTr("hide") + ")"
|
||||
text: (hide_amount ? "(" + qsTr("show") + ")" : "(" + qsTr("hide") + ")") + translationManager.emptyString
|
||||
}
|
||||
|
||||
MouseArea {
|
||||
|
||||
Reference in New Issue
Block a user