From 02b95c921d90608dfa92fd76eb5cb4dafbccf732 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Tue, 13 Jan 2026 18:05:56 -0500 Subject: [PATCH] Add ellipses to "Remove" button in space hierarchy This can be somewhat unclear if NeoChat prompts you (it does!) CCBUG: 497044 --- src/spaces/SpaceHierarchyDelegate.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/spaces/SpaceHierarchyDelegate.qml b/src/spaces/SpaceHierarchyDelegate.qml index aeca8d0b7..562053416 100644 --- a/src/spaces/SpaceHierarchyDelegate.qml +++ b/src/spaces/SpaceHierarchyDelegate.qml @@ -120,7 +120,7 @@ Item { } QQC2.ToolButton { visible: root.canRemove - text: i18nc("@button", "Remove") + text: i18nc("@button", "Remove…") icon.name: "list-remove" display: QQC2.AbstractButton.IconOnly onClicked: {