diff options
| author | xiphon <xiphon@protonmail.com> | 2018-07-03 16:26:37 +0300 |
|---|---|---|
| committer | xiphon <xiphon@protonmail.com> | 2018-07-03 16:26:37 +0300 |
| commit | 0295641aebe2fa3c297a112b2645ac20353822a7 (patch) | |
| tree | 9e42db28d0c22f36149687302c68d4c06fac9efa /LeftPanel.qml | |
| parent | cd46edb23f0764b7bb7ee1171224881554be5d2f (diff) | |
| download | monzero-gui-0295641aebe2fa3c297a112b2645ac20353822a7.tar.gz monzero-gui-0295641aebe2fa3c297a112b2645ac20353822a7.tar.xz monzero-gui-0295641aebe2fa3c297a112b2645ac20353822a7.zip | |
hotkey for "Shared RingDB" changed to CTRL+G instead of CTRL+A
Diffstat (limited to 'LeftPanel.qml')
| -rw-r--r-- | LeftPanel.qml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/LeftPanel.qml b/LeftPanel.qml index f8ec6e9f..e06fc04b 100644 --- a/LeftPanel.qml +++ b/LeftPanel.qml @@ -478,7 +478,7 @@ Rectangle { anchors.left: parent.left anchors.right: parent.right text: qsTr("Shared RingDB") + translationManager.emptyString - symbol: qsTr("A") + translationManager.emptyString + symbol: qsTr("G") + translationManager.emptyString dotColor: "#FFD781" under: advancedButton onClicked: { |
