Commit ef4cccf4 by Thomas Lottermann

Updated translation. Fixed some minor issues.

parent af767e38
......@@ -86,7 +86,7 @@ class MacroPreprocessor(markdown.preprocessors.Preprocessor):
def wikilink(self):
return ""
toc.meta = dict(
wikilink.meta = dict(
short_description = _(u'WikiLinks'),
help_text = _(u'Insert a link to another wiki page with a short notation.'),
example_code = _(u'[[WikiLink]]'),
......
......@@ -8,7 +8,7 @@
{% trans "You have django-wiki installed... but there are no articles. So it's time to create the first one, the root article." %}
</p>
<p class="lead">
{% trans "In can be created and/or edited only by administrators, but you can define permissions after." %}
{% trans "It can be created and/or edited only by administrators, but you can define permissions after." %}
</p>
{% endblock %}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment