Skip to content

Commit

Permalink
change top "Config" menu to "Options"
Browse files Browse the repository at this point in the history
  • Loading branch information
rbuels committed Nov 16, 2012
1 parent c645e2b commit 7a68c95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/JBrowse/Browser.js
Expand Up @@ -328,7 +328,7 @@ Browser.prototype.initView = function() {
if( configMenu ) {
var configLink = new dijitDropDownButton(
{ className: 'config',
innerHTML: '<span class="icon"></span> Config',
innerHTML: '<span class="icon"></span> Options',
title: 'configure JBrowse',
dropDown: configMenu
});
Expand Down

0 comments on commit 7a68c95

Please sign in to comment.