From 80fddb20f3522e4baf917468ebacef6aa4dd9718 Mon Sep 17 00:00:00 2001 From: Ben Westgate Date: Sat, 7 Sep 2024 01:15:12 -0500 Subject: [PATCH] grammar fixes: loader.rs --- gui/src/loader.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/src/loader.rs b/gui/src/loader.rs index 27283a7f..84eba2a7 100644 --- a/gui/src/loader.rs +++ b/gui/src/loader.rs @@ -35,7 +35,7 @@ use crate::{ }, }; -const SYNCING_PROGRESS_1: &str = "Bitcoin Core is synchronising the blockchain. A full synchronisation typically take a few days, and is resource intensive. Once the initial synchronisation is done, the next ones will be much faster."; +const SYNCING_PROGRESS_1: &str = "Bitcoin Core is synchronising the blockchain. A full synchronisation typically takes a few days and is resource-intensive. Once the initial synchronisation is done, the next ones will be much faster."; const SYNCING_PROGRESS_2: &str = "Bitcoin Core is synchronising the blockchain. This will take a while, depending on the last time it was done, your internet connection, and your computer performance."; const SYNCING_PROGRESS_3: &str = "Bitcoin Core is synchronising the blockchain. This may take a few minutes, depending on the last time it was done, your internet connection, and your computer performance.";