Skip to content

Commit

Permalink
Revise dropdown item label
Browse files Browse the repository at this point in the history
  • Loading branch information
guerler committed Feb 11, 2017
1 parent 8e59ec1 commit 1094371
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion client/galaxy/scripts/mvc/tool/tool-form-base.js
Expand Up @@ -203,7 +203,7 @@ define( [ 'utils/utils', 'utils/deferred', 'mvc/ui/ui-misc', 'mvc/form/form-view
if ( Galaxy.user && Galaxy.user.get( 'is_admin' ) ) {
menu_button.addMenu({
icon : 'fa-refresh',
title : 'Reload Tool XML',
title : 'Reload XML',
onclick : function() {
Utils.get({
url : Galaxy.root + 'api/tools/' + options.id + '/reload',
Expand Down
2 changes: 1 addition & 1 deletion static/maps/mvc/tool/tool-form-base.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion static/scripts/bundled/analysis.bundled.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion static/scripts/bundled/analysis.bundled.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion static/scripts/bundled/libs.bundled.js.map

Large diffs are not rendered by default.

0 comments on commit 1094371

Please sign in to comment.