bitbake: toaster: Amend help text in package_built_detail.html

Matching the help text in the tabs to the design specification.

(Bitbake rev: cc478b3b0befc0c8fce93d896074f8d07eaac362)

Signed-off-by: Belen Barros Pena <belen.barros.pena@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Belen Barros Pena 2014-02-20 12:43:37 +00:00 committed by Richard Purdie
parent 2873103540
commit 99f91e49ba
1 changed files with 2 additions and 2 deletions

View File

@ -8,11 +8,11 @@
{# Not included case #}
<ul class="nav nav-pills">
<li class="active"> <a href="#">
<i class="icon-question-sign get-help" data-toggle="tooltip" title="Shows the files produced by this package."></i>
<i class="icon-question-sign get-help" data-toggle="tooltip" title="Files that would be added to a root file system if you were to include {{package.name}} in an image"></i>
Generated files ({{packageFileCount}})
</a></li>
<li class=""><a href="{% url 'package_built_dependencies' build.id package.id %}">
<i class="icon-question-sign get-help" data-toggle="tooltip" title="Shows the runtime packages required by this package."></i>
<i class="icon-question-sign get-help" data-toggle="tooltip" title="Projected runtime dependencies if you were to include {{package.name}} in an image"></i>
Runtime dependencies ({{dependency_count}})
</a></li>
</ul>