Merge pull request #1046 from emanuelschuetze/translation-fix
Fixed typo (titel->title).
This commit is contained in:
commit
c4c9483b5e
@ -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(
|
||||
|
@ -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
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user