~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/registry/interfaces/projectgroup.py

Merged replication into pending-db-changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
131
131
        PublicPersonChoice(
132
132
            title=_('Maintainer'),
133
133
            required=True,
134
 
            vocabulary='ValidOwner',
135
 
            description=_("Project group owner. Must be either a "
136
 
                          "Launchpad Person or Team.")))
 
134
            vocabulary='ValidPillarOwner',
 
135
            description=_("The restricted team, moderated team, or person "
 
136
                          "who maintains the project group information in "
 
137
                          "Launchpad.")))
137
138
 
138
139
    registrant = exported(
139
140
        PublicPersonChoice(