Fix application descriptions.
This commit is contained in:
parent
4ad11c46c7
commit
c7ff4640a0
17 changed files with 25 additions and 26 deletions
|
|
@ -54,8 +54,8 @@ class Radioob(ReplApplication):
|
|||
APPNAME = 'radioob'
|
||||
VERSION = '0.8'
|
||||
COPYRIGHT = 'Copyright(C) 2010-2011 Romain Bignon'
|
||||
DESCRIPTION = "Radioob is a console application to list radios, play them and get " \
|
||||
"informations like the current song."
|
||||
DESCRIPTION = 'Console application allowing to search for web radio stations, listen to them and get information ' \
|
||||
'like the current song.'
|
||||
CAPS = ICapRadio
|
||||
EXTRA_FORMATTERS = {'radio_list': RadioListFormatter}
|
||||
COMMANDS_FORMATTERS = {'list': 'radio_list'}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue