No more ALL CAPS

Signed-off-by: Ivan Boothe <ivan@rootwork.org>
This commit is contained in:
Ivan Boothe 2021-10-25 18:53:28 -07:00
parent b9cfacd9cd
commit 67bf4bce73

View file

@ -74,7 +74,7 @@ class KeywordQueryEventListener(EventListener):
items.append(
ExtensionResultItem(
icon=image_path,
name=char.name + " - " + char.character,
name=char.name.capitalize() + " - " + char.character,
description=char.block + " - " + char.code,
on_enter=CopyToClipboardAction(char.character),
)