diff options
| -rw-r--r-- | bitbake/lib/toaster/toastergui/templates/project.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/project.html b/bitbake/lib/toaster/toastergui/templates/project.html index fdfc3af9fb..113e382d45 100644 --- a/bitbake/lib/toaster/toastergui/templates/project.html +++ b/bitbake/lib/toaster/toastergui/templates/project.html | |||
| @@ -227,7 +227,7 @@ vim: expandtab tabstop=2 | |||
| 227 | <!-- project layers --> | 227 | <!-- project layers --> |
| 228 | <div id="layer-container" class="well well-transparent span4"> | 228 | <div id="layer-container" class="well well-transparent span4"> |
| 229 | <h3> | 229 | <h3> |
| 230 | Project layers <span class="muted counter">({[layers.length]})</span> | 230 | Layers <span class="muted counter">({[layers.length]})</span> |
| 231 | <i class="icon-question-sign get-help heading-help" title="OpenEmbedded organises metadata into modules called 'layers'. Layers allow you to isolate different types of customizations from each other. <a href='http://www.yoctoproject.org/docs/current/dev-manual/dev-manual.html#understanding-and-creating-layers' target='_blank'>More on layers</a>"></i> | 231 | <i class="icon-question-sign get-help heading-help" title="OpenEmbedded organises metadata into modules called 'layers'. Layers allow you to isolate different types of customizations from each other. <a href='http://www.yoctoproject.org/docs/current/dev-manual/dev-manual.html#understanding-and-creating-layers' target='_blank'>More on layers</a>"></i> |
| 232 | </h3> | 232 | </h3> |
| 233 | <div class="alert" ng-if="!layers.length"> | 233 | <div class="alert" ng-if="!layers.length"> |
| @@ -292,7 +292,7 @@ vim: expandtab tabstop=2 | |||
| 292 | <!-- project configuration --> | 292 | <!-- project configuration --> |
| 293 | <div id="machine-distro" class="well well-transparent span4"> | 293 | <div id="machine-distro" class="well well-transparent span4"> |
| 294 | <h3> | 294 | <h3> |
| 295 | Project machine | 295 | Machine |
| 296 | <i class="icon-question-sign get-help heading-help" title="The machine is the hardware for which you want to build. You can only set one machine per project"></i> | 296 | <i class="icon-question-sign get-help heading-help" title="The machine is the hardware for which you want to build. You can only set one machine per project"></i> |
| 297 | </h3> | 297 | </h3> |
| 298 | <p class="lead" id="select-machine-opposite"> | 298 | <p class="lead" id="select-machine-opposite"> |
