We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e6fab7 commit e83e791Copy full SHA for e83e791
src/dialog_search.ts
@@ -60,7 +60,7 @@ export class Search {
60
x_expand: true
61
});
62
63
- this.entry.set_hint_text(' Type to search apps. Press \'?\' for more options')
+ this.entry.set_hint_text(" Type to search apps, or type '?' for more options.")
64
65
this.text = this.entry.get_clutter_text();
66
(this.text as any).set_use_markup(true)
0 commit comments