Skip to content

Commit

Permalink
Merge pull request buzcarter#1 from djc-503/djc-503-fix-tuning
Browse files Browse the repository at this point in the history
Update ugsEditorPlus.submenuUi.js
  • Loading branch information
djc-503 committed Jan 25, 2015
2 parents b4c2cc9 + c75ca8e commit 30c6d33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/js/editor/ugsEditorPlus.submenuUi.js
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ ugsEditorPlus.submenuUi = (function(){
'zoomDiagrams' : ['Tiny', 'Small', 'Medium', 'Large', 'Stupid Large'],
'layout' : ['Reference diagrams on left', 'Reference diagrams at top', 'No reference diagrams'],
'placement' : ['Chord names inline with lyrics', 'Chord names above lyrics', 'Names & diagrams above lyrics'],
'tuning' : ['Soprano (GCEA) tuning', 'Baritone (DBEA) tuning']
'tuning' : ['Soprano (GCEA) tuning', 'Baritone (DGBE) tuning']
};

/**
Expand Down Expand Up @@ -247,4 +247,4 @@ ugsEditorPlus.submenuUi = (function(){
// ---------------------------------------
return _public;

}());
}());

0 comments on commit 30c6d33

Please sign in to comment.