Updated message.

This commit is contained in:
CalDescent 2023-05-21 14:02:45 +01:00
parent c6456669e2
commit 2b2d6f4e52

View File

@ -444,7 +444,7 @@ public class Controller extends Thread {
if (RepositoryManager.needsTransactionSequenceRebuild(repository)) {
// Don't allow the node to start if transaction sequences haven't been built yet
// This is needed to handle a case when bootstrapping
Gui.getInstance().fatalError("Database upgrade needed", "Please start the core again to complete the process.");
Gui.getInstance().fatalError("Database upgrade needed", "Please restart the core to complete the upgrade process.");
return;
}
} catch (DataException e) {