Fix various text typos.
This commit is contained in:
parent
3b0b8a96ce
commit
b0a177f4d2
@ -4,7 +4,10 @@ Changelog
|
|||||||
2.1.1 (unreleased)
|
2.1.1 (unreleased)
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
- Fix control panel help text typos
|
- Fix various text typos.
|
||||||
|
[timo]
|
||||||
|
|
||||||
|
- Fix control panel help text typos.
|
||||||
[jonstahl]
|
[jonstahl]
|
||||||
|
|
||||||
- Documentation about overriding the comments viewlet js added.
|
- Documentation about overriding the comments viewlet js added.
|
||||||
@ -13,6 +16,7 @@ Changelog
|
|||||||
- Corrected location of Japanese po file.
|
- Corrected location of Japanese po file.
|
||||||
[tyam]
|
[tyam]
|
||||||
|
|
||||||
|
|
||||||
2.1.0 (2011-08-22)
|
2.1.0 (2011-08-22)
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
|
@ -37,7 +37,7 @@ class IDiscussionSettings(Interface):
|
|||||||
default="Enable anonymous comments"),
|
default="Enable anonymous comments"),
|
||||||
description=_(u"help_anonymous_comments",
|
description=_(u"help_anonymous_comments",
|
||||||
default=u"If selected, anonymous users are able to post "
|
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 "
|
"recommended to use a captcha solution to prevent "
|
||||||
"spam if this setting is enabled."),
|
"spam if this setting is enabled."),
|
||||||
required=False,
|
required=False,
|
||||||
|
@ -211,7 +211,7 @@ msgstr ""
|
|||||||
msgid "heading_moderate_comments"
|
msgid "heading_moderate_comments"
|
||||||
msgstr ""
|
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
|
#: ../interfaces.py:38
|
||||||
msgid "help_anonymous_comments"
|
msgid "help_anonymous_comments"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
@ -8,8 +8,8 @@ We use zope.testbrowser to simulate browser interaction in order to show how
|
|||||||
the plone.app.discussion commenting works.
|
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.
|
First we have to set up some things and login.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user