~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

Change widget label wording.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1291
1291
            .set("label", "Architectures:")
1292
1292
            .set("description", (
1293
1293
                     "Choose the architectures you want to " +
1294
 
                     "use from the parent series."))
 
1294
                     "use from the parent series (or select none " +
 
1295
                     "if you want to use all the available " +
 
1296
                     "architectures)."))
1295
1297
            .render(form_table_body);
1296
1298
    var packageset_choice =
1297
1299
        new PackagesetPickerWidget()
1303
1305
            .set("label", "Package sets to copy from parent:")
1304
1306
            .set("description", (
1305
1307
                     "The package sets that will be imported " +
1306
 
                     "into the derived distroseries."))
 
1308
                     "into the derived distroseries (select none " +
 
1309
                     "if you want to import all the available " +
 
1310
                     "package sets)."))
1307
1311
            .render(form_table_body);
1308
1312
    var package_copy_options =
1309
1313
        new ChoiceListWidget()