mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-03 01:17:25 -04:00
dynamic translation support. closes #24
This commit is contained in:
@@ -44,7 +44,7 @@ ListView {
|
||||
font.family: "Arial"
|
||||
font.pixelSize: 14
|
||||
color: "#545454"
|
||||
text: qsTr("No more results")
|
||||
text: qsTr("No more results") + translationManager.emptyString
|
||||
}
|
||||
}
|
||||
|
||||
@@ -103,7 +103,7 @@ ListView {
|
||||
font.pixelSize: 12
|
||||
font.letterSpacing: -1
|
||||
color: "#535353"
|
||||
text: qsTr("Payment ID:")
|
||||
text: qsTr("Payment ID:") + + translationManager.emptyString
|
||||
}
|
||||
|
||||
Text {
|
||||
|
||||
Reference in New Issue
Block a user