From 406bbcc2eeeaba194b8f2b0d1f6da325677088e3 Mon Sep 17 00:00:00 2001 From: Pikamander2 Date: Sun, 1 Jul 2018 22:37:05 -0400 Subject: [PATCH] Fix grammar on MIDI import dialog (#4457) --- plugins/MidiImport/MidiImport.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/MidiImport/MidiImport.cpp b/plugins/MidiImport/MidiImport.cpp index 729c8b200..833994e5e 100644 --- a/plugins/MidiImport/MidiImport.cpp +++ b/plugins/MidiImport/MidiImport.cpp @@ -102,7 +102,7 @@ bool MidiImport::tryImport( TrackContainer* tc ) { QMessageBox::information( gui->mainWindow(), tr( "Setup incomplete" ), - tr( "You do not have set up a default soundfont in " + tr( "You have not set up a default soundfont in " "the settings dialog (Edit->Settings). " "Therefore no sound will be played back after " "importing this MIDI file. You should download "