From 0295641aebe2fa3c297a112b2645ac20353822a7 Mon Sep 17 00:00:00 2001 From: xiphon Date: Tue, 3 Jul 2018 16:26:37 +0300 Subject: hotkey for "Shared RingDB" changed to CTRL+G instead of CTRL+A --- LeftPanel.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'LeftPanel.qml') 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: { -- cgit v1.2.3