mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 18:49:32 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
754f3e7e0a
commit
324b277336
@@ -108,7 +108,7 @@
|
|||||||
{% elif task.outcome == task.OUTCOME_COVERED %}
|
{% elif task.outcome == task.OUTCOME_COVERED %}
|
||||||
<dl class="dl-horizontal">
|
<dl class="dl-horizontal">
|
||||||
<dt>
|
<dt>
|
||||||
<i class="icon-question-sign get-help" title="The task providing the outcome of this task"></i> Task covered by
|
<i class="icon-question-sign get-help" title="The task(s) providing the outcome of this task"></i> Task covered by
|
||||||
</dt>
|
</dt>
|
||||||
<dd>
|
<dd>
|
||||||
<ul>
|
<ul>
|
||||||
|
|||||||
Reference in New Issue
Block a user