~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/registry/javascript/distroseries.js

Fix wording.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1242
1242
            .set("label", "Copy options:")
1243
1243
            .set("description", (
1244
1244
                     "Choose whether to rebuild all the sources you copy " +
1245
 
                     "from the parent, or to copy their binaries too."))
 
1245
                     "from the parent(s), or to copy their binaries too."))
1246
1246
            .set("choices", ["Copy Source and Rebuild",
1247
1247
                             "Copy Source and Binaries"])
1248
1248
            .set("choice", "Copy Source and Binaries")