~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/app/interfaces/launchpad.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-10-08 00:16:38 UTC
  • mfrom: (14120.1.1 precise-sync-testing)
  • Revision ID: launchpad@pqm.canonical.com-20111008001638-h8ohdum3mfx3sa42
[r=bac][bug=870173][no-qa] Sync from Debian testing by default for
 the Ubuntu 12.04 LTS cycle.

Show diffs side-by-side

added added

removed removed

Lines of Context:
117
117
    official_malone = Bool(
118
118
        title=_('Bugs in this project are tracked in Launchpad'),
119
119
        required=True)
 
120
    official_rosetta = Bool(
 
121
        title=_('Translations for this project are done in Launchpad'),
 
122
        required=True)
120
123
    official_anything = Bool(
121
124
        title=_('Uses Launchpad for something'))
122
125
    enable_bug_expiration = Bool(