diff --git a/buildscripts/packaging/Linux+BSD/org.musescore.MuseScore.appdata.xml.in b/buildscripts/packaging/Linux+BSD/org.musescore.MuseScore.appdata.xml.in
index 4046f3428d3cc..2a13480e44434 100644
--- a/buildscripts/packaging/Linux+BSD/org.musescore.MuseScore.appdata.xml.in
+++ b/buildscripts/packaging/Linux+BSD/org.musescore.MuseScore.appdata.xml.in
@@ -208,7 +208,7 @@
Multiple improvements to the Plugin API
Implement changing palette and palette cell properties on fly
Current workspace is automatically saved on each action that changes the workspace
- Palettes and workspaces can be reset to the default state defined by the workspace you started customisations from
+ Palettes and workspaces can be reset to the default state defined by the workspace you started customizations from
Improve algorithm for determining start point for note input
Move the viewport to show actual changes in the score if they are outside of the current view
diff --git a/src/notation/view/percussionpanel/percussionpanelpadlistmodel.cpp b/src/notation/view/percussionpanel/percussionpanelpadlistmodel.cpp
index 54689f5b575a3..98e08f09f7588 100644
--- a/src/notation/view/percussionpanel/percussionpanelpadlistmodel.cpp
+++ b/src/notation/view/percussionpanel/percussionpanelpadlistmodel.cpp
@@ -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);