mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-20 23:29:12 +01:00
doc: Fix typo
An ellipsis (…) is typically used in such cases.
This commit is contained in:
@@ -1844,7 +1844,7 @@ bool AppInitMain(NodeContext& node, interfaces::BlockAndHeaderTipInfo* tip_info)
|
||||
|
||||
// Start indexes initial sync
|
||||
if (!StartIndexBackgroundSync(node)) {
|
||||
bilingual_str err_str = _("Failed to start indexes, shutting down..");
|
||||
bilingual_str err_str = _("Failed to start indexes, shutting down…");
|
||||
chainman.GetNotifications().fatalError(err_str);
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user