mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-08-26 12:46:08 +00:00
bepasty: Make description a private variable
Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: Joseph Nuthalapati <njoseph@riseup.net>
This commit is contained in:
parent
7bd9b61cac
commit
31d7b0afec
@ -21,9 +21,9 @@ managed_packages = ['bepasty', 'uwsgi', 'uwsgi-plugin-python3']
|
|||||||
|
|
||||||
managed_services = ['uwsgi']
|
managed_services = ['uwsgi']
|
||||||
|
|
||||||
description = [
|
|
||||||
_('bepasty is a web application that allows all types of files to be '
|
_('bepasty is a web application that allows all types of files to be '
|
||||||
'uploaded and shared.'),
|
'uploaded and shared.'),
|
||||||
|
_description = [
|
||||||
_('bepasty does not use usernames for login. It only uses passwords. For '
|
_('bepasty does not use usernames for login. It only uses passwords. For '
|
||||||
'each password, a set of permissions can be selected. Once you have '
|
'each password, a set of permissions can be selected. Once you have '
|
||||||
'created a password, you can share it with the users who should have the'
|
'created a password, you can share it with the users who should have the'
|
||||||
@ -63,7 +63,7 @@ class BepastyApp(app_module.App):
|
|||||||
info = app_module.Info(self.app_id, version, name=_('bepasty'),
|
info = app_module.Info(self.app_id, version, name=_('bepasty'),
|
||||||
icon_filename='bepasty',
|
icon_filename='bepasty',
|
||||||
short_description=_('File Sharing'),
|
short_description=_('File Sharing'),
|
||||||
description=description, manual_page='bepasty',
|
description=_description, manual_page='bepasty',
|
||||||
clients=clients)
|
clients=clients)
|
||||||
self.add(info)
|
self.add(info)
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user