We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3dd47e commit 156312bCopy full SHA for 156312b
1 file changed
Source/UI/ControlPanel.cpp
@@ -1191,9 +1191,9 @@ void ControlPanel::buttonClicked (Button* button)
1191
{
1192
getLookAndFeel().playAlertSound();
1193
AlertWindow::showMessageBox (AlertWindow::WarningIcon,
1194
- "Recording Error",
1195
- "One or more Record Nodes have an invalid recording path set. "
1196
- "Please ensure all Record Nodes are configured with a valid recording path before starting the recording.");
+ "Recording could not start",
+ "One or more Record Nodes have an invalid recording path. "
+ "Please ensure all Record Nodes are configured with a valid path before starting the recording.");
1197
}
1198
CoreServices::sendStatusMessage ("One or more Record Nodes have invalid recording path");
1199
return;
0 commit comments