diff options
author | Belen Barros Pena <belen.barros.pena@linux.intel.com> | 2014-09-29 14:44:03 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-10-30 13:39:48 +0000 |
commit | 324b2773364aded42a11a839e658732a4e07c75f (patch) | |
tree | 9d964b30676b7c0cd65fea33682d4b27a40cc0d4 /bitbake/lib/toaster | |
parent | 754f3e7e0a36c3d10663a0e61d2e3dbcfd3038e7 (diff) | |
download | poky-324b2773364aded42a11a839e658732a4e07c75f.tar.gz |
bitbake: toastergui: Tiny change to help text
Modify the help text we show for the "Task covered by"
information to indicate that a task can be covered by
more than one task.
(Bitbake rev: cad45dfebaabe1875f786ba7ceeb3ee377e926b3)
Signed-off-by: Belen Barros Pena <belen.barros.pena@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/toaster')
-rw-r--r-- | bitbake/lib/toaster/toastergui/templates/task.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/task.html b/bitbake/lib/toaster/toastergui/templates/task.html index a09eb26d07..d7e2619f5f 100644 --- a/bitbake/lib/toaster/toastergui/templates/task.html +++ b/bitbake/lib/toaster/toastergui/templates/task.html | |||
@@ -108,7 +108,7 @@ | |||
108 | {% elif task.outcome == task.OUTCOME_COVERED %} | 108 | {% elif task.outcome == task.OUTCOME_COVERED %} |
109 | <dl class="dl-horizontal"> | 109 | <dl class="dl-horizontal"> |
110 | <dt> | 110 | <dt> |
111 | <i class="icon-question-sign get-help" title="The task providing the outcome of this task"></i> Task covered by | 111 | <i class="icon-question-sign get-help" title="The task(s) providing the outcome of this task"></i> Task covered by |
112 | </dt> | 112 | </dt> |
113 | <dd> | 113 | <dd> |
114 | <ul> | 114 | <ul> |