From bdfd565b72cbb416441a9ab828efcac4fd516c70 Mon Sep 17 00:00:00 2001 From: bbedward Date: Wed, 8 Jul 2026 12:53:54 -0400 Subject: [PATCH] fix words --- quickshell/Modals/Changelog/ChangelogContent.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickshell/Modals/Changelog/ChangelogContent.qml b/quickshell/Modals/Changelog/ChangelogContent.qml index 338181507..2e76473dd 100644 --- a/quickshell/Modals/Changelog/ChangelogContent.qml +++ b/quickshell/Modals/Changelog/ChangelogContent.qml @@ -134,7 +134,7 @@ Column { width: (parent.width - Theme.spacingS) / 2 iconName: "window" title: "Window Rules" - description: "Rules for all compositors" + description: "Rules for many compositors" onClicked: PopoutService.openSettingsWithTab("window_rules") }