mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-24 09:18:08 +02:00
Change blurb wording slightly
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
Changelog
|
Changelog
|
||||||
==============
|
==============
|
||||||
|
|
||||||
|kitty| is a feature full, cross-platform, *fast*, GPU based terminal emulator.
|
|kitty| is a feature-rich, cross-platform, *fast*, GPU based terminal.
|
||||||
To update |kitty|, :doc:`follow the instructions <binary>`.
|
To update |kitty|, :doc:`follow the instructions <binary>`.
|
||||||
|
|
||||||
0.20.0 [future]
|
0.20.0 [future]
|
||||||
|
|||||||
@@ -182,7 +182,7 @@ man_pages = [
|
|||||||
# dir menu entry, description, category)
|
# dir menu entry, description, category)
|
||||||
texinfo_documents = [
|
texinfo_documents = [
|
||||||
(master_doc, 'kitty', 'kitty Documentation',
|
(master_doc, 'kitty', 'kitty Documentation',
|
||||||
author, 'kitty', 'A cross-platform, fast, feature full, GPU based terminal emulator',
|
author, 'kitty', 'Cross-platform, fast, feature-rich, GPU based terminal',
|
||||||
'Miscellaneous'),
|
'Miscellaneous'),
|
||||||
]
|
]
|
||||||
# }}}
|
# }}}
|
||||||
|
|||||||
2
setup.py
2
setup.py
@@ -874,7 +874,7 @@ Version=1.0
|
|||||||
Type=Application
|
Type=Application
|
||||||
Name=kitty
|
Name=kitty
|
||||||
GenericName=Terminal emulator
|
GenericName=Terminal emulator
|
||||||
Comment=A fast, feature full, GPU based terminal emulator
|
Comment=Fast, feature-rich, GPU based terminal
|
||||||
TryExec=kitty
|
TryExec=kitty
|
||||||
Exec=kitty
|
Exec=kitty
|
||||||
Icon=kitty
|
Icon=kitty
|
||||||
|
|||||||
Reference in New Issue
Block a user