diff options
Diffstat (limited to 'bitbake/lib')
-rw-r--r-- | bitbake/lib/toaster/toastergui/templates/recipe.html | 2 | ||||
-rw-r--r-- | bitbake/lib/toaster/toastergui/views.py | 2 |
2 files changed, 2 insertions, 2 deletions
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 @@ | |||
257 | {% if object.section %} | 257 | {% if object.section %} |
258 | <dt> | 258 | <dt> |
259 | Section | 259 | Section |
260 | <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> | 260 | <i class="icon-question-sign get-help" data-toggle="tooltip" title="The section in which recipes should be categorised"></i> |
261 | </dt> | 261 | </dt> |
262 | <dd>{{object.section}}</dd> | 262 | <dd>{{object.section}}</dd> |
263 | {% endif %} | 263 | {% 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): | |||
657 | }, | 657 | }, |
658 | { | 658 | { |
659 | 'name':'Section', | 659 | 'name':'Section', |
660 | 'qhelp':'The section in which packages should be categorised. There are 5 sections: base, console, utils, devel and libs', | 660 | 'qhelp':'The section in which recipes should be categorised', |
661 | 'orderfield': _get_toggle_order(request, "section"), | 661 | 'orderfield': _get_toggle_order(request, "section"), |
662 | 'ordericon':_get_toggle_order_icon(request, "section"), | 662 | 'ordericon':_get_toggle_order_icon(request, "section"), |
663 | 'clclass': 'recipe_section', 'hidden': 0, | 663 | 'clclass': 'recipe_section', 'hidden': 0, |