[oe-commits] [bitbake] 19/20: toaster: rename 'run again' button

git at git.openembedded.org git at git.openembedded.org
Thu Feb 25 17:59:36 UTC 2016


rpurdie pushed a commit to branch master-next
in repository bitbake.

commit 08532739672bd4967b9ec6b8809ac7faed575c24
Author: Belen Barros Pena <belen.barros.pena at intel.com>
AuthorDate: Thu Feb 25 14:25:55 2016 +0000

    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.
    
    Signed-off-by: Belen Barros Pena <belen.barros.pena at intel.com>
    Signed-off-by: Elliot Smith <elliot.smith at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 lib/toaster/toastergui/templates/mrb_section.html | 2 +-
 lib/toaster/toastergui/tests.py                   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/toaster/toastergui/templates/mrb_section.html b/lib/toaster/toastergui/templates/mrb_section.html
index cceee7d..551e341 100644
--- a/lib/toaster/toastergui/templates/mrb_section.html
+++ b/lib/toaster/toastergui/templates/mrb_section.html
@@ -113,7 +113,7 @@
                         {% url 'project' build.project.id as purl %}{{purl|json}},
                         {{build.target_set.all|get_tasks|json}})'>
 
-                        Run again
+                        Rebuild
                   </button>
               {% endif %}
             </div>
diff --git a/lib/toaster/toastergui/tests.py b/lib/toaster/toastergui/tests.py
index 4e420ea..6b05916 100644
--- a/lib/toaster/toastergui/tests.py
+++ b/lib/toaster/toastergui/tests.py
@@ -951,7 +951,7 @@ class AllBuildsPageTests(TestCase):
 
     def test_run_again(self):
         """
-        "Run again" button should not be shown for command-line builds,
+        "Rebuild" button should not be shown for command-line builds,
         but should be shown for other builds
         """
         build1 = Build.objects.create(**self.project1_build_success)

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list