From 5462bd0f741a52e5c501c6490837200b34e09083 Mon Sep 17 00:00:00 2001 From: Belen Barros Pena Date: Wed, 19 Feb 2014 09:45:24 +0000 Subject: 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 Signed-off-by: Richard Purdie --- bitbake/lib/toaster/toastergui/templates/recipe.html | 2 +- bitbake/lib/toaster/toastergui/views.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'bitbake') diff --git a/bitbake/lib/toaster/toastergui/templates/recipe.html b/bitbake/lib/toaster/toastergui/templates/recipe.html index 1adb012189..d2d6bc1773 100644 --- a/bitbake/lib/toaster/toastergui/templates/recipe.html +++ b/bitbake/lib/toaster/toastergui/templates/recipe.html @@ -257,7 +257,7 @@ {% if object.section %}
Section - +
{{object.section}}
{% endif %} diff --git a/bitbake/lib/toaster/toastergui/views.py b/bitbake/lib/toaster/toastergui/views.py index a5db136d28..11c8fd806e 100644 --- a/bitbake/lib/toaster/toastergui/views.py +++ b/bitbake/lib/toaster/toastergui/views.py @@ -657,7 +657,7 @@ def recipes(request, build_id): }, { 'name':'Section', - 'qhelp':'The section in which packages should be categorised. There are 5 sections: base, console, utils, devel and libs', + 'qhelp':'The section in which recipes should be categorised', 'orderfield': _get_toggle_order(request, "section"), 'ordericon':_get_toggle_order_icon(request, "section"), 'clclass': 'recipe_section', 'hidden': 0, -- cgit v1.2.3-54-g00ecf