Skip to content

Commit

Permalink
rename symbols palette to fretboard diagram in advanced palette
Browse files Browse the repository at this point in the history
  • Loading branch information
lasconic committed Mar 3, 2015
1 parent dcb974e commit 63674ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mscore/menus.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1133,7 +1133,7 @@ void MuseScore::setAdvancedPalette()
//-----------------------------------

Palette* sp = new Palette;
sp->setName(QT_TRANSLATE_NOOP("Palette", "Symbols"));
sp->setName(QT_TRANSLATE_NOOP("Palette", "Fretboard Diagrams"));
sp->setGrid(42, 45);
sp->setDrawGrid(true);

Expand Down

0 comments on commit 63674ca

Please sign in to comment.