Fixed typo (titel->title).

This commit is contained in:
Emanuel Schuetze 2013-11-12 10:57:07 +01:00
parent 09ac5d0eb5
commit 06b91b89bb
3 changed files with 4 additions and 4 deletions

View File

@ -71,7 +71,7 @@ def setup_general_config_page(sender, **kwargs):
name='projector_enable_title', name='projector_enable_title',
default_value=True, default_value=True,
form_field=forms.BooleanField( form_field=forms.BooleanField(
label=ugettext_lazy('Show titel and description of event on projector'), label=ugettext_lazy('Show title and description of event on projector'),
required=False)) required=False))
projector_backgroundcolor1 = ConfigVariable( projector_backgroundcolor1 = ConfigVariable(

View File

@ -5,7 +5,7 @@
msgid "" msgid ""
msgstr "" msgstr ""
"Report-Msgid-Bugs-To: \n" "Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-11-10 21:11+0100\n" "POT-Creation-Date: 2013-11-12 10:56+0100\n"
"Language: en\n" "Language: en\n"
"MIME-Version: 1.0\n" "MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n" "Content-Type: text/plain; charset=UTF-8\n"
@ -1166,7 +1166,7 @@ msgid ""
msgstr "" msgstr ""
#: core/signals.py:74 #: core/signals.py:74
msgid "Show titel and description of event on projector" msgid "Show title and description of event on projector"
msgstr "" msgstr ""
#: core/signals.py:82 #: core/signals.py:82

View File

@ -240,7 +240,7 @@ class Motion(SlideMixin, models.Model):
def set_title(self, title): def set_title(self, title):
""" """
Set the titel of the motion. Set the title of the motion.
The title will be saved in the version object, when motion.save() is The title will be saved in the version object, when motion.save() is
called. called.