Make exe file descriptions consistent

This commit is contained in:
Kovid Goyal 2015-02-18 08:09:52 +05:30
parent ef50eca37c
commit 010d12e84d

View File

@ -28,8 +28,8 @@ machine = 'X64' if is64bit else 'X86'
DESCRIPTIONS = {
'calibre' : 'The main calibre program',
'ebook-viewer' : 'Viewer for all e-book formats',
'ebook-edit' : 'Edit e-books',
'ebook-viewer' : 'The calibre e-book viewer',
'ebook-edit' : 'The calibre e-book editor',
'lrfviewer' : 'Viewer for LRF files',
'ebook-convert': 'Command line interface to the conversion/news download system',
'ebook-meta' : 'Command line interface for manipulating e-book metadata',