Ticket #5552 (closed Bug: fixed)

Opened 6 years ago

Last modified 3 years ago

Errors in plone.pot

Reported by: jonathan_lewis Owned by: hannosch
Priority: minor Milestone: 2.5.1
Component: Infrastructure Keywords:
Cc:

Description

I found the following errors in the default (English) strings in the plone.pot shipped with Plone 2.5rc1

(1) existing text:

#. Default: "All Anonymous Users To View About Information" #: ./skins/plone_prefs/reconfig_form.cpt msgid "label_allowAnonymousViewAbout" msgstr ""

should be:

#. Default: "Allow Anonymous Users To View About Information" #: ./skins/plone_prefs/reconfig_form.cpt msgid "label_allowAnonymousViewAbout" msgstr ""

(2) existing text:

#. Default: "Determines if your Plone is optimized for a small or large sites. In environments with a lot of users and/or groups it can be very slow or impossible to build a list all users or groups. This option tunes the user interface and behaviour of Plone for this case by allowing you to search for users/groups instead of listing all of them." #: ./skins/plone_prefs/reconfig_form.cpt msgid "help_setup_many_users" msgstr ""

should be:

#. Default: "Determines if your Plone is optimized for small or large sites. In environments with a lot of users and/or groups it can be very slow or impossible to build a list of all users or groups. This option tunes the user interface and behaviour of Plone for this case by allowing you to search for users/groups instead of listing all of them." #: ./skins/plone_prefs/reconfig_form.cpt msgid "help_setup_many_users" msgstr ""

(3) existing text:

#. Default: "Determines if the roles given to users and groups from higher levels are in effect in this context. Use this to block people that have local roles in higher-level folders from accessing this folder." #: ./skins/plone_forms/folder_localrole_form.pt msgid "help_use_acquisition" msgstr ""

should be:

#. Default: "Determines if the roles given to users and groups from higher levels are in effect in this context. Use this to block people who have local roles in higher-level folders from accessing this folder." #: ./skins/plone_forms/folder_localrole_form.pt msgid "help_use_acquisition" msgstr ""

Change History

comment:1 Changed 6 years ago by alecm

  • Owner changed from somebody to hannosch

comment:2 Changed 6 years ago by wichert

  • Milestone changed from 2.5 to 2.5.x

comment:3 Changed 6 years ago by hannosch

  • Status changed from new to closed
  • Resolution set to fixed

(In [10213]) Small spelling corrections in reconfig_form. This closes #5552.

comment:4 Changed 6 years ago by hannosch

The errors have been fixed on the various branches, pot files will be rebuilt soon.

comment:5 Changed 5 years ago by hannosch

  • Milestone changed from 2.5.x to 2.5.1

comment:6 Changed 3 years ago by hannosch

  • Component changed from Spelling Error to Infrastructure
Note: See TracTickets for help on using tickets.