More informative warning for if FluidSynth is not installed (#4971)
This commit is contained in:
@@ -27,6 +27,6 @@
|
|||||||
</PanelContainer.PanelOverride>
|
</PanelContainer.PanelOverride>
|
||||||
<Label VerticalAlignment="Center" HorizontalAlignment="Center" Align="Center"
|
<Label VerticalAlignment="Center" HorizontalAlignment="Center" Align="Center"
|
||||||
StyleClasses="LabelBig"
|
StyleClasses="LabelBig"
|
||||||
Text="{Loc 'MIDI support is currently
not available on your platform.'}" />
|
Text="{Loc instruments-component-menu-no-midi-support}" />
|
||||||
</PanelContainer>
|
</PanelContainer>
|
||||||
</SS14Window>
|
</SS14Window>
|
||||||
|
|||||||
@@ -1,4 +1,10 @@
|
|||||||
# InstrumentComponent
|
# InstrumentComponent
|
||||||
instrument-component-finger-cramps-light-message = Your fingers are beginning to a cramp a little!
|
instrument-component-finger-cramps-light-message = Your fingers are beginning to a cramp a little!
|
||||||
instrument-component-finger-cramps-serious-message = Your fingers are seriously cramping up!
|
instrument-component-finger-cramps-serious-message = Your fingers are seriously cramping up!
|
||||||
instrument-component-finger-cramps-max-message = Your fingers cramp up from playing!
|
instrument-component-finger-cramps-max-message = Your fingers cramp up from playing!
|
||||||
|
instruments-component-menu-no-midi-support = MIDI support is currently not
|
||||||
|
available on your system.
|
||||||
|
If on Linux, you may need to install
|
||||||
|
FluidSynth or a development package
|
||||||
|
for FluidSynth.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user