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/orm | |
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/orm')
-rw-r--r-- | bitbake/lib/toaster/orm/models.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/orm/models.py b/bitbake/lib/toaster/orm/models.py index 658e1d2cc7..c344c66bee 100644 --- a/bitbake/lib/toaster/orm/models.py +++ b/bitbake/lib/toaster/orm/models.py | |||
@@ -150,7 +150,7 @@ class Task(models.Model): | |||
150 | ) | 150 | ) |
151 | 151 | ||
152 | TASK_OUTCOME_HELP = ( | 152 | TASK_OUTCOME_HELP = ( |
153 | (OUTCOME_SUCCESS, 'This task completed successfully'), | 153 | (OUTCOME_SUCCESS, 'This task successfully completed'), |
154 | (OUTCOME_COVERED, 'This task did not run because its output is provided by another task'), | 154 | (OUTCOME_COVERED, 'This task did not run because its output is provided by another task'), |
155 | (OUTCOME_CACHED, 'This task restored output from the sstate-cache directory or mirrors'), | 155 | (OUTCOME_CACHED, 'This task restored output from the sstate-cache directory or mirrors'), |
156 | (OUTCOME_PREBUILT, 'This task did not run because its outcome was reused from a previous build'), | 156 | (OUTCOME_PREBUILT, 'This task did not run because its outcome was reused from a previous build'), |