From a27bf57d486fbd731e7b222a769284456ebac99c Mon Sep 17 00:00:00 2001 From: Colin Wallace Date: Thu, 2 Apr 2015 21:29:45 +0000 Subject: [PATCH] Fix typo in initialization progress message --- src/gui/GuiApplication.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gui/GuiApplication.cpp b/src/gui/GuiApplication.cpp index 64edcb364ad..4a9b35f73d4 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 +}