summaryrefslogtreecommitdiffstats
path: root/bitbake
diff options
context:
space:
mode:
authorBelen Barros Pena <belen.barros.pena@intel.com>2015-05-07 13:49:35 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-05-14 18:04:08 +0100
commit35d75c83522a050f0e35a33f73317461e2adf554 (patch)
tree33bb989a5b875fed3a2af7af07ff39840e34e9bb /bitbake
parent534da08bfc1601ba3360ad19c2d09eae93fd3ac8 (diff)
downloadpoky-35d75c83522a050f0e35a33f73317461e2adf554.tar.gz
bitbake: toastergui: change the import layer action help text
To match the form labels and the order in which the information is requested. That should make understanding the text easier. (Bitbake rev: 3424110d1d95e3cc039e8775324f814e7fdd5470) Signed-off-by: Belen Barros Pena <belen.barros.pena@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake')
-rw-r--r--bitbake/lib/toaster/toastergui/templates/importlayer.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/toastergui/templates/importlayer.html b/bitbake/lib/toaster/toastergui/templates/importlayer.html
index d73c319307..f956dbcaa9 100644
--- a/bitbake/lib/toaster/toastergui/templates/importlayer.html
+++ b/bitbake/lib/toaster/toastergui/templates/importlayer.html
@@ -127,7 +127,7 @@
127 </fieldset> 127 </fieldset>
128 <div class="form-actions" id="form-actions"> 128 <div class="form-actions" id="form-actions">
129 <button class="btn btn-primary btn-large" data-toggle="modal" id="import-and-add-btn" data-target="#dependencies-message" disabled>Import and add to project</button> 129 <button class="btn btn-primary btn-large" data-toggle="modal" id="import-and-add-btn" data-target="#dependencies-message" disabled>Import and add to project</button>
130 <span class="help-inline" id="import-and-add-hint" style="vertical-align: middle;">To import a layer, you need to enter a repository URL, a branch, tag or commit and a layer name</span> 130 <span class="help-inline" id="import-and-add-hint" style="vertical-align: middle;">To import a layer you need to enter a layer name, a Git repository URL and a revision (branch, tag or commit)</span>
131 </div> 131 </div>
132 </span> 132 </span>
133 </form> 133 </form>