Skip to content

Commit

Permalink
fix #29546
Browse files Browse the repository at this point in the history
  • Loading branch information
lasconic committed Aug 13, 2014
1 parent 278a3d4 commit 0c953d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mscore/inspector/inspectorNote.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ InspectorNote::InspectorNote(QWidget* parent)
// fix order of note heads
//
for (unsigned i = 0; i < sizeof(heads)/sizeof(*heads); ++i) {
n.noteHeadGroup->addItem(NoteHead::groupToGroupName(heads[i]));
n.noteHeadGroup->addItem(qApp->translate("noteheadnames", NoteHead::groupToGroupName(heads[i])));
n.noteHeadGroup->setItemData(i, QVariant(int(heads[i])));
}

Expand Down

0 comments on commit 0c953d4

Please sign in to comment.