~keithsalisbury/mixxx/mixxx

« back to all changes in this revision

Viewing changes to mixxx/src/dlgautodj.cpp

  • Committer: Keith Salisbury
  • Date: 2012-05-06 13:44:20 UTC
  • mfrom: (2994.1.100 mixxx-trunk)
  • Revision ID: keithsalisbury@gmail.com-20120506134420-8k1dqq10aqmx0ecq
merge with trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
232
232
        if (deck1Playing && deck2Playing) {
233
233
            QMessageBox::warning(
234
234
                NULL, tr("Auto-DJ"),
235
 
                tr("One player must be stopped to enable Auto-DJ mode."),
 
235
                tr("One deck must be stopped to enable Auto-DJ mode."),
236
236
                QMessageBox::Ok);
237
 
            qDebug() << "One player must be stopped before enabling Auto DJ mode";
 
237
            qDebug() << "One deck must be stopped before enabling Auto DJ mode";
238
238
            pushButtonAutoDJ->setChecked(false);
239
239
            return;
240
240
        }