From 1d5297c0f07397639870aa12b852ebaf100dd9ab Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Sat, 8 Jun 2024 09:31:06 -0400 Subject: [PATCH] Rename the header for room actions "Actions" instead of "Options" These aren't really configurable options in the usual sense, but rather actions you can take in the room. --- src/qml/RoomInformation.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qml/RoomInformation.qml b/src/qml/RoomInformation.qml index 9f474dc4e..86e6b9adc 100644 --- a/src/qml/RoomInformation.qml +++ b/src/qml/RoomInformation.qml @@ -65,7 +65,7 @@ QQC2.ScrollView { Kirigami.ListSectionHeader { visible: !root.room.isSpace - label: i18n("Options") + label: i18nc("Room actions", "Actions") activeFocusOnTab: false Layout.fillWidth: true