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',
default_value=True,
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))
projector_backgroundcolor1 = ConfigVariable(

View File

@ -5,7 +5,7 @@
msgid ""
msgstr ""
"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"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@ -1166,7 +1166,7 @@ msgid ""
msgstr ""
#: core/signals.py:74
msgid "Show titel and description of event on projector"
msgid "Show title and description of event on projector"
msgstr ""
#: core/signals.py:82

View File

@ -240,7 +240,7 @@ class Motion(SlideMixin, models.Model):
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
called.