krunner: Use "Recent Queries" as accessibility hint for history list view

The previous hint did not make much sense, because we do not have any categories in the history.
wilder-5.26
Alexander Lohnau 4 years ago
parent d3ce742801
commit 5ee6a0e9c9
  1. 2
      krunner/qml/RunCommand.qml

@ -322,7 +322,7 @@ ColumnLayout {
icon: "list-remove",
text: i18n("Remove")
}]
Accessible.description: i18n("in category recent queries")
Accessible.description: i18n("Recent Queries")
}
onActiveFocusChanged: {

Loading…
Cancel
Save