Fix #5896
This commit is contained in:
parent
821f52a748
commit
dc03c14af2
@ -412,7 +412,7 @@ class UnicodeInput(Handler):
|
|||||||
if self.mode is HEX:
|
if self.mode is HEX:
|
||||||
writeln(faint(_('Type {} followed by the index for the recent entries below').format(INDEX_CHAR)))
|
writeln(faint(_('Type {} followed by the index for the recent entries below').format(INDEX_CHAR)))
|
||||||
elif self.mode is NAME:
|
elif self.mode is NAME:
|
||||||
writeln(faint(_('Use Tab or the arrow keys to choose a character from below')))
|
writeln(faint(_('Use Tab or arrow keys to choose a character. Type space and {} to select by index').format(INDEX_CHAR)))
|
||||||
elif self.mode is FAVORITES:
|
elif self.mode is FAVORITES:
|
||||||
writeln(faint(_('Press F12 to edit the list of favorites')))
|
writeln(faint(_('Press F12 to edit the list of favorites')))
|
||||||
self.table_at = y
|
self.table_at = y
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user