calibre: Update group description to reflect 'using' app

- It is incorrect to say that group membership is needed to administer calibre.

Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
Sunil Mohan Adapa 2020-10-11 19:53:07 -07:00 committed by James Valleroy
parent 29e3c9eaa8
commit 9c013be54b
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808

View File

@ -54,7 +54,7 @@ class CalibreApp(app_module.App):
"""Create components for the app."""
super().__init__()
groups = {'calibre': _('Administer calibre application')}
groups = {'calibre': _('Use calibre e-book libraries')}
info = app_module.Info(app_id=self.app_id, version=version,
name=_('calibre'), icon_filename='calibre',