mirror of
https://git.wownero.com/wowlet/wowlet.git
synced 2024-08-15 01:03:14 +00:00
Merge pull request 'Small typo' (#17) from dsc/feather:nodes-warning-grammar into master
Reviewed-on: https://git.wownero.com/feather/feather/pulls/17
This commit is contained in:
commit
996d9cf9c8
1 changed files with 1 additions and 1 deletions
|
@ -1050,7 +1050,7 @@ void MainWindow::showNodeExhaustedMessage() {
|
||||||
|
|
||||||
void MainWindow::showWSNodeExhaustedMessage() {
|
void MainWindow::showWSNodeExhaustedMessage() {
|
||||||
auto msg = "Feather is in 'automatic node connection mode' but the "
|
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.";
|
"and enter a node manually.";
|
||||||
QMessageBox::warning(this, "Could not connect to a node", msg);
|
QMessageBox::warning(this, "Could not connect to a node", msg);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue