mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-22 14:57:25 -04:00
add missing TranslationManager.emptyString
This commit is contained in:
@@ -78,7 +78,7 @@ Rectangle {
|
||||
Layout.topMargin: 20 * scaleRatio
|
||||
id: btnNext
|
||||
small: true
|
||||
text: qsTr("Browse filesystem")
|
||||
text: qsTr("Browse filesystem") + translationManager.emptyString
|
||||
|
||||
onClicked: {
|
||||
wizardController.openWallet();
|
||||
|
||||
Reference in New Issue
Block a user