commit/galaxy-central: joachimjacob: Changed wording from unpause to resume, in accordance with corresponding history menu item.
1 new commit in galaxy-central: https://bitbucket.org/galaxy/galaxy-central/commits/70d52f421c7f/ changeset: 70d52f421c7f user: joachimjacob date: 2013-01-28 16:46:12 summary: Changed wording from unpause to resume, in accordance with corresponding history menu item. affected #: 1 file diff -r 18d528947af20aca02f105722a844d32f90fa0ec -r 70d52f421c7fc8edef571ad93726dbc474c35211 static/scripts/mvc/dataset/hda-base.js --- a/static/scripts/mvc/dataset/hda-base.js +++ b/static/scripts/mvc/dataset/hda-base.js @@ -426,7 +426,7 @@ * @param {jQuery} parent DOM to which to append this body */ _render_body_paused: function( parent ){ - parent.append( $( '<div>' + _l( 'Job is paused. Use the history menu to unpause' ) + '.</div>' ) ); + parent.append( $( '<div>' + _l( 'Job is paused. Use the history menu to resume' ) + '.</div>' ) ); parent.append( this._render_primaryActionButtons( this.defaultPrimaryActionButtonRenderers )); }, 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)
-
Bitbucket