app-display: Rename PREFERENCES search provider to SETTINGS
Both the shell and gnome-control-center prefer "Settings" over "Preferences", so rename the corresponding search section.
This commit is contained in:
parent
6e3c15e2ab
commit
5e8f7ec590
@ -309,7 +309,7 @@ PrefsSearchProvider.prototype = {
|
|||||||
__proto__: BaseAppSearchProvider.prototype,
|
__proto__: BaseAppSearchProvider.prototype,
|
||||||
|
|
||||||
_init: function() {
|
_init: function() {
|
||||||
BaseAppSearchProvider.prototype._init.call(this, _("PREFERENCES"));
|
BaseAppSearchProvider.prototype._init.call(this, _("SETTINGS"));
|
||||||
},
|
},
|
||||||
|
|
||||||
getInitialResultSet: function(terms) {
|
getInitialResultSet: function(terms) {
|
||||||
|
Loading…
Reference in New Issue
Block a user