Skip to content

Commit e83e791

Browse files
mmstickjackpot51
authored andcommitted
improv(launcher): Improve launcher search hint
1 parent 9e6fab7 commit e83e791

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dialog_search.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export class Search {
6060
x_expand: true
6161
});
6262

63-
this.entry.set_hint_text(' Type to search apps. Press \'?\' for more options')
63+
this.entry.set_hint_text(" Type to search apps, or type '?' for more options.")
6464

6565
this.text = this.entry.get_clutter_text();
6666
(this.text as any).set_use_markup(true)

0 commit comments

Comments
 (0)