[hg] galaxy 2811: Fix spelling of Successfully when running a wo...
details: http://www.bx.psu.edu/hg/galaxy/rev/2364764e3604 changeset: 2811:2364764e3604 user: Dan Blankenberg <dan@bx.psu.edu> date: Thu Oct 01 11:39:55 2009 -0400 description: Fix spelling of Successfully when running a workflow. 1 file(s) affected in this change: templates/workflow/run_complete.mako diffs (19 lines): diff -r 6eb4f3017fbe -r 2364764e3604 templates/workflow/run_complete.mako --- a/templates/workflow/run_complete.mako Thu Oct 01 09:09:40 2009 -0400 +++ b/templates/workflow/run_complete.mako Thu Oct 01 11:39:55 2009 -0400 @@ -14,7 +14,7 @@ <body> <div class="donemessage"> <p> - Sucesfully ran workflow "${workflow.name}", the following datasets have + Successfully ran workflow "${workflow.name}", the following datasets have been added to the queue. </p> @@ -28,4 +28,4 @@ </div> </body> -</html> \ No newline at end of file +</html>
participants (1)
-
Nate Coraor