From b2ab1c45ce1a97f15a3428157967e7556da6c94e Mon Sep 17 00:00:00 2001 From: Lysec Date: Wed, 25 Feb 2026 14:23:23 +0100 Subject: [PATCH] Volume/MicrophoneSettings: adjust i18n key --- .../Panels/Settings/Bar/WidgetSettings/MicrophoneSettings.qml | 2 +- Modules/Panels/Settings/Bar/WidgetSettings/VolumeSettings.qml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Modules/Panels/Settings/Bar/WidgetSettings/MicrophoneSettings.qml b/Modules/Panels/Settings/Bar/WidgetSettings/MicrophoneSettings.qml index 4131e7295..b07dc4c41 100644 --- a/Modules/Panels/Settings/Bar/WidgetSettings/MicrophoneSettings.qml +++ b/Modules/Panels/Settings/Bar/WidgetSettings/MicrophoneSettings.qml @@ -74,7 +74,7 @@ ColumnLayout { // Middle click command NTextInput { - label: I18n.tr("panels.control-center.shortcuts-custom-button-on-middle-clicked-label") + label: I18n.tr("bar.custom-button.middle-click-label") description: I18n.tr("panels.audio.on-middle-clicked-description") placeholderText: I18n.tr("panels.audio.external-mixer-placeholder") text: valueMiddleClickCommand diff --git a/Modules/Panels/Settings/Bar/WidgetSettings/VolumeSettings.qml b/Modules/Panels/Settings/Bar/WidgetSettings/VolumeSettings.qml index 4131e7295..b07dc4c41 100644 --- a/Modules/Panels/Settings/Bar/WidgetSettings/VolumeSettings.qml +++ b/Modules/Panels/Settings/Bar/WidgetSettings/VolumeSettings.qml @@ -74,7 +74,7 @@ ColumnLayout { // Middle click command NTextInput { - label: I18n.tr("panels.control-center.shortcuts-custom-button-on-middle-clicked-label") + label: I18n.tr("bar.custom-button.middle-click-label") description: I18n.tr("panels.audio.on-middle-clicked-description") placeholderText: I18n.tr("panels.audio.external-mixer-placeholder") text: valueMiddleClickCommand