diff --git a/PCK-Studio/MainForm.cs b/PCK-Studio/MainForm.cs
index 0e4cba47..04bd0b1f 100644
--- a/PCK-Studio/MainForm.cs
+++ b/PCK-Studio/MainForm.cs
@@ -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);
}
diff --git a/PCK-Studio/MainForm.resx b/PCK-Studio/MainForm.resx
index 53843773..7f0dec53 100644
--- a/PCK-Studio/MainForm.resx
+++ b/PCK-Studio/MainForm.resx
@@ -5000,7 +5000,7 @@
21
- Open/Save as Switch/Vita/PS4 PCK
+ Open/Save as Switch/Vita/PS4/Xbox One PCK
LittleEndianCheckBox