Skip to content

Commit

Permalink
use translated name for symbol names in palette
Browse files Browse the repository at this point in the history
  • Loading branch information
wschweer committed Sep 8, 2012
1 parent a345f39 commit dca3d7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mscore/palette.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ PaletteCell* Palette::append(SymId symIdx)
return 0;
Symbol* s = new Symbol(gscore);
s->setSym(symIdx);
return append(s, qApp->translate("symbol", Sym::id2name(symIdx)));
return append(s, qApp->translate("symbol", Sym::id2userName(symIdx)));
}

//---------------------------------------------------------
Expand Down

0 comments on commit dca3d7d

Please sign in to comment.