]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
toaster: rename 'run again' button
authorBelen Barros Pena <belen.barros.pena@intel.com>
Thu, 25 Feb 2016 14:25:55 +0000 (14:25 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 26 Feb 2016 17:17:24 +0000 (17:17 +0000)
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@intel.com>
Signed-off-by: Elliot Smith <elliot.smith@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
lib/toaster/toastergui/templates/mrb_section.html
lib/toaster/toastergui/tests.py

index cceee7d1f32139f060b8328774a1bdba5f1aeabe..551e341a5d294d6e8d2ebfbf5947c6a011d683a2 100644 (file)
                         {% url 'project' build.project.id as purl %}{{purl|json}},
                         {{build.target_set.all|get_tasks|json}})'>
 
-                        Run again
+                        Rebuild
                   </button>
               {% endif %}
             </div>
index 4e420ea26995abe087578145de0a6c8e365a3767..6b05916f32d452e21eb50a80856ad544bfb0615e 100644 (file)
@@ -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)