summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/toaster/toastergui/templates
diff options
context:
space:
mode:
authorBelen Barros Pena <belen.barros.pena@intel.com>2014-02-19 09:45:24 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-03-09 12:24:00 -0700
commit5462bd0f741a52e5c501c6490837200b34e09083 (patch)
tree794c3a4bf7507f636c9c01dc808e8a9862bb5c48 /bitbake/lib/toaster/toastergui/templates
parentf0dce4283d8ffbf5075784b026955c8840d47e5b (diff)
downloadast2050-yocto-poky-5462bd0f741a52e5c501c6490837200b34e09083.zip
ast2050-yocto-poky-5462bd0f741a52e5c501c6490837200b34e09083.tar.gz
bitbake: toaster: Change help text for Section
The help text for the Section information in the recipes table and the recipe details page said "packages" instead of recipes, and it said there were 5 possible values for the SECTION variable (which is not true). Changed to "The section in which recipes should be categorised" (Bitbake rev: 984273e07126674c674ad8b400418117ae087860) Signed-off-by: Belen Barros Pena <belen.barros.pena@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/toaster/toastergui/templates')
-rw-r--r--bitbake/lib/toaster/toastergui/templates/recipe.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/recipe.html b/bitbake/lib/toaster/toastergui/templates/recipe.html
index 1adb012..d2d6bc1 100644
--- a/bitbake/lib/toaster/toastergui/templates/recipe.html
+++ b/bitbake/lib/toaster/toastergui/templates/recipe.html
@@ -257,7 +257,7 @@
{% if object.section %}
<dt>
Section
- <i class="icon-question-sign get-help" data-toggle="tooltip" title="The section in which packages should be categorised. There are 5 sections: base, console, utils, devel and libs."></i>
+ <i class="icon-question-sign get-help" data-toggle="tooltip" title="The section in which recipes should be categorised"></i>
</dt>
<dd>{{object.section}}</dd>
{% endif %}
OpenPOWER on IntegriCloud