Updated logo help text.

This commit is contained in:
Norman Jäckel 2015-11-06 17:25:25 +01:00
parent fb4a261cc5
commit 03fcf950ff
1 changed files with 3 additions and 1 deletions

View File

@ -82,7 +82,9 @@ def setup_general_config(sender, **kwargs):
default_value=True,
input_type='boolean',
label=ugettext_lazy('Show logo on projector'),
help_text=ugettext_lazy('You can find and replace the logo under "openslides/core/static/...".'), # TODO: Update path.
help_text=ugettext_lazy(
'You can replace the logo. Just copy a file to '
'"static/img/logo.png" in your OpenSlides data path.'),
weight=150,
group=ugettext_lazy('Projector'))