diff --git a/trunk/ConsoleDataMigration/sources/ConsoleRestore/Controller.cpp b/trunk/ConsoleDataMigration/sources/ConsoleRestore/Controller.cpp index 3a962dc..07e0b42 100644 --- a/trunk/ConsoleDataMigration/sources/ConsoleRestore/Controller.cpp +++ b/trunk/ConsoleDataMigration/sources/ConsoleRestore/Controller.cpp @@ -1604,8 +1604,8 @@ void ControlState(common::HardwareStateManager& manager, common::OperationMessag case PREINSTALL_WAIT_START_UPDATE: { - operationMessage.Add("Operate BMS to Transfer PreInstalled Application"); - operationMessage.Add("Press Y Button to Continue.", nn::util::Color8(0, 255, 255, 255)); + operationMessage.Add("Operate BMS to Transfer PreInstalled Application", nn::util::Color8(0, 255, 255, 255)); + operationMessage.Add("Press Y Button to Continue."); PlayCursorSound(PREINSTALL_WAIT_START_UPDATE); if (operateBmsDone)