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.
This commit is contained in:
Joshua Goins
2024-06-08 09:31:06 -04:00
parent e40528ba45
commit 1d5297c0f0

View File

@@ -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