~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/code/interfaces/sourcepackagerecipe.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-02-15 02:07:37 UTC
  • mfrom: (12344.2.16 daily-ajax)
  • Revision ID: launchpad@pqm.canonical.com-20110215020737-5mzlcotobwen1pej
[r=deryck, lifeless,
        wgrant][bug=673530][incr] Add a popup choice widget for the build
        frequency.

Show diffs side-by-side

added added

removed removed

Lines of Context:
171
171
            " build a source package for"),
172
172
        readonly=False)
173
173
    build_daily = exported(Bool(
174
 
        title=_("Automatically build each day, if the source has changed"),
175
 
        description=_("You can manually request a build at any time.")))
 
174
        title=_("Built daily"),
 
175
        description=_("Automatically build each day, if the source has changed.")))
176
176
 
177
177
    name = exported(TextLine(
178
178
            title=_("Name"), required=True,