MidiSettingsView: renamed box label

Renamed box label from "SoundFont" to "Available SoundFonts", hopefully
improves the user experience by making it clearer that this is a list
of the available soundfonts.
This commit is contained in:
Stefano Ceccherini
2015-08-24 10:23:28 +02:00
parent 2f41383c3b
commit 3ffaf5c263
+1 -1
View File
@@ -37,7 +37,7 @@ MidiSettingsView::MidiSettingsView()
SettingsView()
{
BBox* defaultsBox = new BBox("SoundFont");
defaultsBox->SetLabel(B_TRANSLATE("SoundFont"));
defaultsBox->SetLabel(B_TRANSLATE("Available SoundFonts"));
BGridView* defaultsGridView = new BGridView();
fListView = new BListView(B_SINGLE_SELECTION_LIST);