summaryrefslogtreecommitdiffstats
path: root/src/controllers
diff options
context:
space:
mode:
authorS.Brandt <s.brandt@mixxx.org>2020-12-18 10:50:29 +0100
committerS.Brandt <s.brandt@mixxx.org>2020-12-18 10:50:29 +0100
commit5dd2ed132c2080835f5061f044082d616fd1f193 (patch)
tree1208027e8fa1b22beda88da5efd371c09dddaa49 /src/controllers
parenta8d2a2a834f874208a9c0010c5f912151e504418 (diff)
Fix code style issues
Diffstat (limited to 'src/controllers')
-rw-r--r--src/controllers/midi/midicontroller.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/controllers/midi/midicontroller.cpp b/src/controllers/midi/midicontroller.cpp
index fb8ba55ac9..fd88cf8390 100644
--- a/src/controllers/midi/midicontroller.cpp
+++ b/src/controllers/midi/midicontroller.cpp
@@ -124,8 +124,9 @@ void MidiController::createOutputHandlers() {
ErrorDialogProperties* props = ErrorDialogHandler::instance()->newDialogProperties();
props->setType(DLG_WARNING);
props->setTitle(tr("MixxxControl(s) not found"));
- props->setText(tr("One or more MixxxControls specified in the "
- "outputs section of the loaded mapping were invalid."));
+ props->setText(tr(
+ "One or more MixxxControls specified in the "
+ "outputs section of the loaded mapping were invalid."));
props->setInfoText(tr("Some LEDs or other feedback may not work correctly."));
QString detailsText = tr("* Check to see that the MixxxControl "
"names are spelled correctly in the mapping "