The "Search Room" action should be called "Search Rooms"
This commit is contained in:
@@ -102,7 +102,7 @@ RowLayout {
|
|||||||
display: QQC2.AbstractButton.IconOnly
|
display: QQC2.AbstractButton.IconOnly
|
||||||
onClicked: root.search();
|
onClicked: root.search();
|
||||||
icon.name: "search"
|
icon.name: "search"
|
||||||
text: i18nc("@action", "Search Room")
|
text: i18nc("@action", "Search Rooms")
|
||||||
Shortcut {
|
Shortcut {
|
||||||
sequence: "Ctrl+F"
|
sequence: "Ctrl+F"
|
||||||
onActivated: searchButton.clicked()
|
onActivated: searchButton.clicked()
|
||||||
|
|||||||
Reference in New Issue
Block a user