From a0131e5bf83cc4533f54afcde62f81800ba2e3bf Mon Sep 17 00:00:00 2001 From: Madjid Taha Date: Thu, 6 Nov 2025 12:33:29 +0100 Subject: [PATCH] fix: use end-4 copy in InterfaceConfig --- .../quickshell/ii/modules/settings/InterfaceConfig.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dots/.config/quickshell/ii/modules/settings/InterfaceConfig.qml b/dots/.config/quickshell/ii/modules/settings/InterfaceConfig.qml index 22a67f6fd..8e4aab5ab 100644 --- a/dots/.config/quickshell/ii/modules/settings/InterfaceConfig.qml +++ b/dots/.config/quickshell/ii/modules/settings/InterfaceConfig.qml @@ -408,7 +408,7 @@ ContentPage { ContentSubsection { title: Translation.tr("Super key symbol") - tooltip: Translation.tr("Choose a symbol from this list or edit config.json and add your own nerd symbol in cheatsheet.superKey.") + tooltip: Translation.tr("You can also manually edit cheatsheet.superKey") ConfigSelectionArray { currentValue: Config.options.cheatsheet.superKey onSelected: newValue => { @@ -462,7 +462,7 @@ ContentPage { } ConfigSwitch { buttonIcon: "highlight_keyboard_focus" - text: Translation.tr("Split Buttons") + text: Translation.tr("Split buttons") checked: Config.options.cheatsheet.splitButtons onCheckedChanged: { Config.options.cheatsheet.splitButtons = checked;