diff options
Diffstat (limited to 'bitbake/lib/toaster/toastergui/views.py')
-rw-r--r-- | bitbake/lib/toaster/toastergui/views.py | 2 |
1 files changed, 1 insertions, 1 deletions
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, |