mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-03-11 09:04:54 +00:00
minidlna: Fix i18n for name of the app
- Also properly stylize the app name as done on project website. Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
parent
b5bbb16b03
commit
0273d534cc
@ -44,7 +44,7 @@ class MiniDLNAApp(app_module.App):
|
||||
groups = {'minidlna': _('Media streaming server')}
|
||||
|
||||
info = app_module.Info(app_id=self.app_id, version=version,
|
||||
name='minidlna', icon_filename='minidlna',
|
||||
name=_('MiniDLNA'), icon_filename='minidlna',
|
||||
short_description=_('Simple Media Server'),
|
||||
description=_description,
|
||||
manual_page='MiniDLNA', clients=clients)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user