Skip to content

Commit

Permalink
controlpickermenu: extend 'unlearnable control' error message
Browse files Browse the repository at this point in the history
  • Loading branch information
ronso0 committed Sep 23, 2020
1 parent 29521d9 commit cc65c9c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/controllers/dlgcontrollerlearning.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -469,8 +469,11 @@ void DlgControllerLearning::controlClicked(ControlObject* pControl) {
this,
Version::applicationName(),
tr("The control you clicked in Mixxx is not learnable.\n"
"This could be because you are using an old skin"
"This could be because you are either using an old skin"
" and this control is no longer supported.\n"
"Or you clicked a control that provides visual feedback"
" and can only be mapped to outputs like LEDs via"
" scripts.\n"
"\nYou tried to learn: %1,%2").arg(key.group, key.item),
QMessageBox::Ok, QMessageBox::Ok);
return;
Expand Down

0 comments on commit cc65c9c

Please sign in to comment.