mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-04 14:46:03 +00:00
Swapped unicode input name and hex mode prompt strings
This commit is contained in:
parent
4cb99be8e6
commit
11e85ac703
1 changed files with 2 additions and 2 deletions
|
|
@ -361,9 +361,9 @@ class UnicodeInput(Handler):
|
|||
y += 1
|
||||
|
||||
if self.mode is NAME:
|
||||
writeln(_('Enter the hex code for the character'))
|
||||
elif self.mode is HEX:
|
||||
writeln(_('Enter words from the name of the character'))
|
||||
elif self.mode is HEX:
|
||||
writeln(_('Enter the hex code for the character'))
|
||||
else:
|
||||
writeln(_('Enter the index for the character you want from the list below'))
|
||||
self.write(self.prompt)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue