mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-03 02:17:24 -04:00
dynamic translation support. closes #24
This commit is contained in:
@@ -66,7 +66,7 @@ Item {
|
||||
anchors.leftMargin: 45
|
||||
font.pixelSize: 18
|
||||
verticalAlignment: TextInput.AlignVCenter
|
||||
placeholderText: qsTr("Search by...")
|
||||
placeholderText: qsTr("Search by...") + translationManager.emptyString
|
||||
}
|
||||
|
||||
Item {
|
||||
|
||||
Reference in New Issue
Block a user