From 2bb338b5f6ac65151701c0c97dd7639480963fa9 Mon Sep 17 00:00:00 2001 From: bill-auger Date: Sun, 10 Nov 2019 15:56:43 -0500 Subject: [PATCH 1/2] fix typos in src/modules/packagechooser/packagechooser.conf --- src/modules/packagechooser/packagechooser.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/modules/packagechooser/packagechooser.conf b/src/modules/packagechooser/packagechooser.conf index b82a52d3f..881270d35 100644 --- a/src/modules/packagechooser/packagechooser.conf +++ b/src/modules/packagechooser/packagechooser.conf @@ -24,7 +24,7 @@ mode: required # The following translated keys are used: # - *step*, used in the overall progress view (left-hand pane) # -# Each key kan have a [locale] added to it, which is used as +# Each key can have a [locale] added to it, which is used as # the translated string for that locale. For the strings # associated with the "no-selection" item, see *items*, below # with the explicit id "". @@ -42,7 +42,7 @@ labels: # as a source for the data. # # For data provided by the list: the item has an id, which is used in -# setting the value of *packagechooser_*). The following fields +# setting the value of *packagechooser_*. The following fields # are mandatory: # # - *id* ID for the product. The ID "" is special, and is used for From cde210e61c65bb2c8f9b4ad8da141236737609b2 Mon Sep 17 00:00:00 2001 From: bill-auger Date: Sun, 10 Nov 2019 15:56:49 -0500 Subject: [PATCH 2/2] formatting in src/modules/packagechooser/packagechooser.conf --- .../packagechooser/packagechooser.conf | 30 ++++++++++--------- 1 file changed, 16 insertions(+), 14 deletions(-) diff --git a/src/modules/packagechooser/packagechooser.conf b/src/modules/packagechooser/packagechooser.conf index 881270d35..32a0c7920 100644 --- a/src/modules/packagechooser/packagechooser.conf +++ b/src/modules/packagechooser/packagechooser.conf @@ -45,19 +45,21 @@ labels: # setting the value of *packagechooser_*. The following fields # are mandatory: # -# - *id* ID for the product. The ID "" is special, and is used for -# "no package selected". Only include this if the mode allows -# selecting none. -# - *package* Package name for the product. While mandatory, this is -# not actually used anywhere. -# - *name* Human-readable name of the product. To provide translations, -# add a *[lang]* decoration as part of the key name, e.g. `name[nl]` -# for Dutch. The list of usable languages can be found in -# `CMakeLists.txt` or as part of the debug output of Calamares. -# - *description* Human-readable description. These can be translated -# as well. -# - *screenshot* Path to a single screenshot of the product. May be -# a filesystem path or a QRC path (e.g. ":/images/no-selection.png"). +# - *id* : ID for the product. The ID "" is special, and is used for +# "no package selected". Only include this if the mode allows +# selecting none. +# - *package* : Package name for the product. While mandatory, this is +# not actually used anywhere. +# - *name* : Human-readable name of the product. To provide translations, +# add a *[lang]* decoration as part of the key name, +# e.g. `name[nl]` for Dutch. +# The list of usable languages can be found in +# `CMakeLists.txt` or as part of the debug output of Calamares. +# - *description* : Human-readable description. These can be translated +# as well. +# - *screenshot* : Path to a single screenshot of the product. May be +# a filesystem path or a QRC path, +# e.g. ":/images/no-selection.png". # # Use the empty string "" as ID / key for the "no selection" item if # you want to customize the display of that item as well. @@ -66,7 +68,7 @@ labels: # key which points to an AppData XML file in the local filesystem. # This file is parsed to provide the id (from AppData id), name # (from AppData name), description (from AppData description paragraphs -# or the summary entries), and a screenshot (the defautl screenshot +# or the summary entries), and a screenshot (the default screenshot # from AppData). No package is set (but that is unused anyway). # # AppData may contain IDs that are not useful inside Calamares,