commit/galaxy-central: jgoecks: Improve language for workflow outputs tooltip.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/9fa11fc0e275/ Changeset: 9fa11fc0e275 User: jgoecks Date: 2013-12-13 16:00:20 Summary: Improve language for workflow outputs tooltip. Affected #: 1 file diff -r b3eeedb81a1e0db8d643af0cbba68f55eb49cdb0 -r 9fa11fc0e2751d232dcf09265d778a6e221c756f static/scripts/galaxy.workflow_editor.canvas.js --- a/static/scripts/galaxy.workflow_editor.canvas.js +++ b/static/scripts/galaxy.workflow_editor.canvas.js @@ -360,7 +360,7 @@ workflow.has_changes = true; canvas_manager.draw_overview(); }))) - .tooltip({delay:500, title: "Flag this as a workflow output. All non-flagged outputs will be hidden." }); + .tooltip({delay:500, title: "Mark dataset as a workflow output. All unmarked datasets will be hidden." }); callout.css({ top: '50%', margin:'-8px 0px 0px 0px', Repository URL: https://bitbucket.org/galaxy/galaxy-central/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email.
participants (1)
-
commits-noreply@bitbucket.org