Fix various text typos.

This commit is contained in:
Timo Stollenwerk
2011-10-30 08:11:06 +01:00
parent 3b0b8a96ce
commit b0a177f4d2
4 changed files with 9 additions and 5 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ class IDiscussionSettings(Interface):
default="Enable anonymous comments"),
description=_(u"help_anonymous_comments",
default=u"If selected, anonymous users are able to post "
"comments without logging in. It is highly "
"comments without loggin in. It is highly "
"recommended to use a captcha solution to prevent "
"spam if this setting is enabled."),
required=False,
@@ -211,7 +211,7 @@ msgstr ""
msgid "heading_moderate_comments"
msgstr ""
#. Default: "If selected, anonymous users are able to post comments without logging in. It is highly recommended to use a captcha solution to prevent spam if this setting is enabled."
#. Default: "If selected, anonymous users are able to post comments without loggin in. It is highly recommended to use a captcha solution to prevent spam if this setting is enabled."
#: ../interfaces.py:38
msgid "help_anonymous_comments"
msgstr ""
@@ -8,8 +8,8 @@ We use zope.testbrowser to simulate browser interaction in order to show how
the plone.app.discussion commenting works.
Setting up and logging in
-------------------------
Setting up and loggin in
------------------------
First we have to set up some things and login.