Skip to content

Commit

Permalink
Translate the pad names in the drum input panel
Browse files Browse the repository at this point in the history
  • Loading branch information
Jojo-Schmitz committed Feb 21, 2025
1 parent 074245e commit a11d0cb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ PercussionPanelPadModel* PercussionPanelPadListModel::createPadModelForPitch(int

PercussionPanelPadModel* model = new PercussionPanelPadModel(this);

model->setPadName(m_drumset->name(pitch));
model->setPadName(m_drumset->translatedName(pitch));
model->setKeyboardShortcut(m_drumset->shortcut(pitch));
model->setPitch(pitch);

Expand Down

0 comments on commit a11d0cb

Please sign in to comment.