This commit is contained in:
miku-666
2025-02-05 19:22:11 +01:00
2 changed files with 3 additions and 3 deletions

View File

@@ -130,7 +130,7 @@ namespace PckStudio
catch (OverflowException ex)
{
MessageBox.Show(this, "Failed to open pck\n" +
"Try checking the 'Open/Save as Switch/Vita/PS4 pck' checkbox in the upper right corner.",
"Try checking the 'Open/Save as Switch/Vita/PS4/Xbox One pck' checkbox in the upper right corner.",
"Error", MessageBoxButtons.OK, MessageBoxIcon.Error);
Debug.WriteLine(ex.Message);
}
@@ -286,7 +286,7 @@ namespace PckStudio
catch (OverflowException ex)
{
MessageBox.Show(this, "Failed to open pck\n" +
$"Try {(LittleEndianCheckBox.Checked ? "unchecking" : "checking")} the 'Open/Save as Switch/Vita/PS4 pck' check box in the upper right corner.",
$"Try {(LittleEndianCheckBox.Checked ? "unchecking" : "checking")} the 'Open/Save as Switch/Vita/PS4/Xbox One pck' check box in the upper right corner.",
"Error", MessageBoxButtons.OK, MessageBoxIcon.Error);
Debug.WriteLine(ex.Message);
}

View File

@@ -5000,7 +5000,7 @@
<value>21</value>
</data>
<data name="LittleEndianCheckBox.Text" xml:space="preserve">
<value>Open/Save as Switch/Vita/PS4 PCK</value>
<value>Open/Save as Switch/Vita/PS4/Xbox One PCK</value>
</data>
<data name="&gt;&gt;LittleEndianCheckBox.Name" xml:space="preserve">
<value>LittleEndianCheckBox</value>