From 6708da936dda6b6aace21063acf50e1427548383 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 8 Mar 2019 20:31:27 +0100 Subject: Fix misleading connect window label --- src/gui/ConnectWindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui') diff --git a/src/gui/ConnectWindow.cpp b/src/gui/ConnectWindow.cpp index 1468290f..232b5e20 100644 --- a/src/gui/ConnectWindow.cpp +++ b/src/gui/ConnectWindow.cpp @@ -442,7 +442,7 @@ ConnectWindow::next_stage() "Pinging engine...", "Attaching to engine...", "Requesting root graph...", - "Loading plugins...", + "Waiting for root graph...", "Connected" }; -- cgit v1.2.1