forked from Public/monero-gui
mark some strings as translatable
This commit is contained in:
@@ -67,7 +67,7 @@ Rectangle {
|
||||
font.pixelSize: 13 * scaleRatio
|
||||
font.bold: true
|
||||
color: "white"
|
||||
text: qsTr("Synchronizing %1").arg(syncType)
|
||||
text: qsTr("Synchronizing %1").arg(syncType) + translationManager.emptyString
|
||||
height: 18 * scaleRatio
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user