From 90cc63e57aedafa7d9740afb35b072a9fd74830b Mon Sep 17 00:00:00 2001 From: Madjid Taha Date: Sun, 26 Oct 2025 14:58:28 +0100 Subject: [PATCH] checkbox on tooltip --- .../quickshell/ii/modules/settings/AdvancedConfig.qml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dots/.config/quickshell/ii/modules/settings/AdvancedConfig.qml b/dots/.config/quickshell/ii/modules/settings/AdvancedConfig.qml index 912bb13f4..966e832aa 100644 --- a/dots/.config/quickshell/ii/modules/settings/AdvancedConfig.qml +++ b/dots/.config/quickshell/ii/modules/settings/AdvancedConfig.qml @@ -214,14 +214,14 @@ ContentPage { Config.options.appearance.keybinds.useMacLikeShortcut = checked; } StyledToolTip { - text: Translation.tr("Show mods and key in the same keycap, look better with symbols") + text: Translation.tr("Display modifiers and keys in a single keycap (e.g., \"Ctrl A\" instead of \"Ctrl + A\" or \"󰘴 A\" instead of \"󰘴 + A\")") } } ConfigSpinBox { // text: Translation.tr("Keycap") - text: Translation.tr("Key font size") + text: Translation.tr("Keybind font size") value: Config.options.appearance.keybinds.pixelSize.key from: Appearance.font.pixelSize.smallest to: Appearance.font.pixelSize.large @@ -231,7 +231,7 @@ ContentPage { } } ConfigSpinBox { - text: Translation.tr("Comment font size") + text: Translation.tr("Description font size") value: Config.options.appearance.keybinds.pixelSize.comment from: Appearance.font.pixelSize.smallest to: Appearance.font.pixelSize.large