diff options
| author | dEBRUYNE-1 <dEBRUYNE-1@users.noreply.github.com> | 2016-08-31 18:47:56 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-08-31 18:47:56 +0200 |
| commit | c519c7efb187be26680588f276cbc6d78814f3d1 (patch) | |
| tree | 74565538e30ffce8b1d12fcd5eac7026eb84d320 /BasicPanel.qml | |
| parent | 5d17513ef29d4ec4ca6c9b3462311a1ec002436e (diff) | |
| download | monzero-gui-c519c7efb187be26680588f276cbc6d78814f3d1.tar.gz monzero-gui-c519c7efb187be26680588f276cbc6d78814f3d1.tar.xz monzero-gui-c519c7efb187be26680588f276cbc6d78814f3d1.zip | |
Fix typo
Diffstat (limited to 'BasicPanel.qml')
| -rw-r--r-- | BasicPanel.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BasicPanel.qml b/BasicPanel.qml index abeb135c..07aeb080 100644 --- a/BasicPanel.qml +++ b/BasicPanel.qml @@ -131,7 +131,7 @@ Rectangle { horizontalAlignment: Text.AlignLeft verticalAlignment: Text.AlignBottom color: "#535353" - text: qsTr("Availible Balance:") + text: qsTr("Available Balance:") } Text { |
