Skip to content

Commit 156312b

Browse files
committed
Change message for invalid recording path
1 parent c3dd47e commit 156312b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Source/UI/ControlPanel.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1191,9 +1191,9 @@ void ControlPanel::buttonClicked (Button* button)
11911191
{
11921192
getLookAndFeel().playAlertSound();
11931193
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.");
1194+
"Recording could not start",
1195+
"One or more Record Nodes have an invalid recording path. "
1196+
"Please ensure all Record Nodes are configured with a valid path before starting the recording.");
11971197
}
11981198
CoreServices::sendStatusMessage ("One or more Record Nodes have invalid recording path");
11991199
return;

0 commit comments

Comments
 (0)