doc: Fix typo

An ellipsis (…) is typically used in such cases.
This commit is contained in:
Hennadii Stepanov
2025-05-12 17:11:27 +01:00
parent 3edf400b10
commit d847e17c96
2 changed files with 2 additions and 2 deletions

View File

@@ -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;
}