diff options
| author | Belen Barros Pena <belen.barros.pena@intel.com> | 2016-02-25 14:25:55 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-02-26 17:20:36 +0000 |
| commit | 6e8282063f35bc5c8c6e8117c54f055b3b524d01 (patch) | |
| tree | c618ee1cdaa6e14a54c041aea877aa04f9274352 /bitbake/lib/toaster/toastergui/tests.py | |
| parent | c8dd72c7979043ac643c0b86a9f431916115005e (diff) | |
| download | poky-6e8282063f35bc5c8c6e8117c54f055b3b524d01.tar.gz | |
bitbake: toaster: rename 'run again' button
I quite dislike the 'Run again' label we use in the button that rebuilds
things. Changing it to 'Rebuild', which is shorter and more specific.
(Bitbake rev: 865a2015e86a1bc5cc7d63308f27c292d1ca98eb)
Signed-off-by: Belen Barros Pena <belen.barros.pena@intel.com>
Signed-off-by: Elliot Smith <elliot.smith@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/lib/toaster/toastergui/tests.py')
| -rw-r--r-- | bitbake/lib/toaster/toastergui/tests.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/toaster/toastergui/tests.py b/bitbake/lib/toaster/toastergui/tests.py index 4e420ea269..6b05916f32 100644 --- a/bitbake/lib/toaster/toastergui/tests.py +++ b/bitbake/lib/toaster/toastergui/tests.py | |||
| @@ -951,7 +951,7 @@ class AllBuildsPageTests(TestCase): | |||
| 951 | 951 | ||
| 952 | def test_run_again(self): | 952 | def test_run_again(self): |
| 953 | """ | 953 | """ |
| 954 | "Run again" button should not be shown for command-line builds, | 954 | "Rebuild" button should not be shown for command-line builds, |
| 955 | but should be shown for other builds | 955 | but should be shown for other builds |
| 956 | """ | 956 | """ |
| 957 | build1 = Build.objects.create(**self.project1_build_success) | 957 | build1 = Build.objects.create(**self.project1_build_success) |
