diff options
| author | Sander Ferdinand <sa.ferdinand@gmail.com> | 2018-03-24 18:22:38 +0100 |
|---|---|---|
| committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2018-03-29 23:04:04 +0100 |
| commit | 3f9926487d37e5338ac6490fc81fdcf35caa708d (patch) | |
| tree | 20b47cbc8092421d7eb8199958bacd5c70396734 /wizard | |
| parent | 84e6461248dc86836d6019f9b959dc067558c2a8 (diff) | |
| download | monzero-gui-3f9926487d37e5338ac6490fc81fdcf35caa708d.tar.gz monzero-gui-3f9926487d37e5338ac6490fc81fdcf35caa708d.tar.xz monzero-gui-3f9926487d37e5338ac6490fc81fdcf35caa708d.zip | |
Fixes typo
Diffstat (limited to 'wizard')
| -rw-r--r-- | wizard/WizardManageWalletUI.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wizard/WizardManageWalletUI.qml b/wizard/WizardManageWalletUI.qml index 6f039415..80407f0c 100644 --- a/wizard/WizardManageWalletUI.qml +++ b/wizard/WizardManageWalletUI.qml @@ -154,7 +154,7 @@ ColumnLayout { Label { Layout.topMargin: 20 * scaleRatio - fontFamily: "Ariel" + fontFamily: "Arial" fontColor: "#555555" fontSize: 14 * scaleRatio text: qsTr("Wallet name") |
