diff --git a/build/tools/MasterEditorTWL/MasterEditorTWL.ncb b/build/tools/MasterEditorTWL/MasterEditorTWL.ncb index d58ceca6..870b078c 100644 Binary files a/build/tools/MasterEditorTWL/MasterEditorTWL.ncb and b/build/tools/MasterEditorTWL/MasterEditorTWL.ncb differ diff --git a/build/tools/MasterEditorTWL/MasterEditorTWL.suo b/build/tools/MasterEditorTWL/MasterEditorTWL.suo index 42311ab5..5ddbf7b4 100644 Binary files a/build/tools/MasterEditorTWL/MasterEditorTWL.suo and b/build/tools/MasterEditorTWL/MasterEditorTWL.suo differ diff --git a/build/tools/MasterEditorTWL/MasterEditorTWL/Debug/BuildLog.htm b/build/tools/MasterEditorTWL/MasterEditorTWL/Debug/BuildLog.htm index 82834681..a42f147d 100644 Binary files a/build/tools/MasterEditorTWL/MasterEditorTWL/Debug/BuildLog.htm and b/build/tools/MasterEditorTWL/MasterEditorTWL/Debug/BuildLog.htm differ diff --git a/build/tools/MasterEditorTWL/MasterEditorTWL/Form1.h b/build/tools/MasterEditorTWL/MasterEditorTWL/Form1.h index 414f8026..e6a57623 100644 --- a/build/tools/MasterEditorTWL/MasterEditorTWL/Form1.h +++ b/build/tools/MasterEditorTWL/MasterEditorTWL/Form1.h @@ -3194,7 +3194,7 @@ private: System::Windows::Forms::DataGridViewTextBoxColumn^ colLibName; this->tabErrorInfo->Name = L"tabErrorInfo"; this->tabErrorInfo->Size = System::Drawing::Size(745, 352); this->tabErrorInfo->TabIndex = 5; - this->tabErrorInfo->Text = L"エラー情報(要修正)"; + this->tabErrorInfo->Text = L"エラー情報(確認用)"; this->tabErrorInfo->UseVisualStyleBackColor = true; // // tboxGuideErrorInfo diff --git a/build/tools/MasterEditorTWL/MasterEditorTWL/Form_lang.cpp b/build/tools/MasterEditorTWL/MasterEditorTWL/Form_lang.cpp index 750dddbf..f3efd973 100644 --- a/build/tools/MasterEditorTWL/MasterEditorTWL/Form_lang.cpp +++ b/build/tools/MasterEditorTWL/MasterEditorTWL/Form_lang.cpp @@ -58,7 +58,7 @@ void Form1::changeJapanese(void) this->tabRomEditInfo->Text = gcnew System::String( "ROM登録情報(編集可)" ); this->tabSubmitInfo->Text = gcnew System::String( "提出情報(編集可)" ); this->tabCompanyInfo->Text = gcnew System::String( "会社情報(編集可)" ); - this->tabErrorInfo->Text = gcnew System::String( "エラー情報(要修正)" ); + this->tabErrorInfo->Text = gcnew System::String( "エラー情報(確認用)" ); // ガイド this->tboxGuideRomInfo->Text = gcnew System::String( "このタブの情報は編集不可です。データに誤りがある場合にはROMデータの作成時の設定を見直してください。" ); @@ -281,7 +281,7 @@ void Form1::changeEnglish(void) this->tabRomEditInfo->Text = gcnew System::String( "ROM Settings(Editable)" ); this->tabSubmitInfo->Text = gcnew System::String( "Submission Info.(Editable)" ); this->tabCompanyInfo->Text = gcnew System::String( "Company Info.(Editable)" ); - this->tabErrorInfo->Text = gcnew System::String( "Setting Error" ); + this->tabErrorInfo->Text = gcnew System::String( "Error(Read Only)" ); // ガイド this->tboxGuideRomInfo->Text = gcnew System::String( "This tab is for checking ROM data. When ROM data is illegal, please check settings of building ROM data" ); diff --git a/build/tools/MasterEditorTWL/MasterEditorTWL/srl.cpp b/build/tools/MasterEditorTWL/MasterEditorTWL/srl.cpp index 06668f45..742c2609 100644 --- a/build/tools/MasterEditorTWL/MasterEditorTWL/srl.cpp +++ b/build/tools/MasterEditorTWL/MasterEditorTWL/srl.cpp @@ -1473,9 +1473,9 @@ ECSrlResult RCSrl::mrcTWL( FILE *fp ) { if( (this->pRomHeader->s.access_control.nand_access != 0) || (this->pRomHeader->s.access_control.sd_card_access != 0) ) { - this->hErrorList->Add( gcnew RCMrcError( + this->hWarnList->Add( gcnew RCMrcError( "アクセスコントロール情報", 0x1b4, 0x1b7, - "ゲームカード用ソフトは、NANDフラッシュとSDカードへアクセスできません。アクセスが必要な場合は、弊社窓口にご相談ください。", + "ゲームカード用ソフトは、NANDフラッシュメモリとSDカードへアクセスできません。アクセスを希望される場合、弊社窓口にご相談ください。", "Access Control Info.", "Game soft for Game Card does'nt access to NAND frash memory and SD Card. If the soft wish to access them, please contact us.", false, true ) );