diff --git a/PCK-Studio/MainForm.cs b/PCK-Studio/MainForm.cs index 04bd0b1f..8b021712 100644 --- a/PCK-Studio/MainForm.cs +++ b/PCK-Studio/MainForm.cs @@ -512,7 +512,7 @@ namespace PckStudio { const string use_deflate = "PS3"; const string use_xmem = "Xbox 360"; - const string use_zlib = "Wii U, PS Vita"; + const string use_zlib = "Other Platforms"; ItemSelectionPopUp dialog = new ItemSelectionPopUp(use_zlib, use_deflate, use_xmem); dialog.LabelText = "Type";