diff --git a/src/gui/GuiApplication.cpp b/src/gui/GuiApplication.cpp index 64edcb364..4a9b35f73 100644 --- a/src/gui/GuiApplication.cpp +++ b/src/gui/GuiApplication.cpp @@ -108,7 +108,7 @@ GuiApplication::GuiApplication() m_controllerRackView = new ControllerRackView; displayInitProgress(tr("Preparing project notes")); m_projectNotes = new ProjectNotes; - displayInitProgress(tr("Preparing beat/baseline editor")); + displayInitProgress(tr("Preparing beat/bassline editor")); m_bbEditor = new BBEditor(Engine::getBBTrackContainer()); displayInitProgress(tr("Preparing piano roll")); m_pianoRoll = new PianoRollWindow(); @@ -136,4 +136,4 @@ void GuiApplication::displayInitProgress(const QString &msg) // must force a UI update and process events, as there may be long gaps between processEvents() calls during init m_loadingProgressLabel->repaint(); qApp->processEvents(); -} \ No newline at end of file +}