diff options
| author | Belen Barros Pena <belen.barros.pena@intel.com> | 2014-03-16 13:09:34 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-04-05 14:55:28 +0100 |
| commit | 52ed413c3c3be191028290ffdb87104582e6bbb9 (patch) | |
| tree | 3f3a89d6c7b7c826bee9c81a3bf7bfcdbb77fbf8 /bitbake/lib/toaster/toastergui/templates/package_built_dependencies.html | |
| parent | 6831b7ad16e11ed0f3bf24a0cef5ba7612a9bae0 (diff) | |
| download | poky-52ed413c3c3be191028290ffdb87104582e6bbb9.tar.gz | |
bitbake: toaster: Changes to help text
All help text strings have been reviewed by the
technical writer, and some of them by Paul Eggleton.
This patch implements their suggested changes.
(Bitbake rev: ce89530b178be2f3202d45523ef1340e00df05be)
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/package_built_dependencies.html')
| -rw-r--r-- | bitbake/lib/toaster/toastergui/templates/package_built_dependencies.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/package_built_dependencies.html b/bitbake/lib/toaster/toastergui/templates/package_built_dependencies.html index 8613f1e732..4e86da519d 100644 --- a/bitbake/lib/toaster/toastergui/templates/package_built_dependencies.html +++ b/bitbake/lib/toaster/toastergui/templates/package_built_dependencies.html | |||
| @@ -24,7 +24,7 @@ | |||
| 24 | </div> | 24 | </div> |
| 25 | {% else %} | 25 | {% else %} |
| 26 | <div class="alert alert-info"> | 26 | <div class="alert alert-info"> |
| 27 | <strong>{{package.fullpackagespec}}</strong> is <strong>not included</strong> in any image. These are its projected runtime dependencies if you were to include it in future builds. | 27 | <strong>{{package.fullpackagespec}}</strong> is <strong>not included</strong> in any image. This page shows you the projected runtime dependencies if you include <strong>{{package.fullpackagespec}}</strong> in future builds. |
| 28 | </div> | 28 | </div> |
| 29 | <table class="table table-bordered table-hover"> | 29 | <table class="table table-bordered table-hover"> |
| 30 | <thead> | 30 | <thead> |
| @@ -64,7 +64,7 @@ | |||
| 64 | <th>Version</th> | 64 | <th>Version</th> |
| 65 | <th>Size</th> | 65 | <th>Size</th> |
| 66 | <th> | 66 | <th> |
| 67 | <i class="icon-question-sign get-help" title="There are 5 relationship types: recommends, suggests, provides, replaces and conflicts"></i> | 67 | <i class="icon-question-sign get-help" title="Five relationship types exist: recommends, suggests, provides, replaces and conflicts"></i> |
| 68 | Relationship type | 68 | Relationship type |
| 69 | </th> | 69 | </th> |
| 70 | </tr> | 70 | </tr> |
