More informative warning for if FluidSynth is not installed (#4971)

This commit is contained in:
20kdc
2021-10-29 11:20:49 +01:00
committed by GitHub
parent 14bc8d14f0
commit efc200cbd8
2 changed files with 8 additions and 2 deletions

View File

@@ -27,6 +27,6 @@
</PanelContainer.PanelOverride>
<Label VerticalAlignment="Center" HorizontalAlignment="Center" Align="Center"
StyleClasses="LabelBig"
Text="{Loc 'MIDI support is currently&#x0a;not available on your platform.'}" />
Text="{Loc instruments-component-menu-no-midi-support}" />
</PanelContainer>
</SS14Window>