From d4359758be6f795e651679807ad8d31e6a9ea24e Mon Sep 17 00:00:00 2001 From: dsc Date: Sat, 10 Oct 2020 04:01:25 +0200 Subject: [PATCH] grammar --- src/mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index d50663f..64bd35e 100644 --- a/src/mainwindow.cpp +++ b/src/mainwindow.cpp @@ -1050,7 +1050,7 @@ void MainWindow::showNodeExhaustedMessage() { void MainWindow::showWSNodeExhaustedMessage() { auto msg = "Feather is in 'automatic node connection mode' but the " - "websocket server returned none available nodes. Please go to Settings->Node " + "websocket server returned no available nodes. Please go to Settings->Node " "and enter a node manually."; QMessageBox::warning(this, "Could not connect to a node", msg); }