The "Search Room" action should be called "Search Rooms"

This commit is contained in:
Joshua Goins
2024-06-08 11:40:08 -04:00
parent 7daae6a2d9
commit ccf34cfe20

View File

@@ -102,7 +102,7 @@ RowLayout {
display: QQC2.AbstractButton.IconOnly
onClicked: root.search();
icon.name: "search"
text: i18nc("@action", "Search Room")
text: i18nc("@action", "Search Rooms")
Shortcut {
sequence: "Ctrl+F"
onActivated: searchButton.clicked()