From 0dd49cf37f7b34ee2914755da2ad516f786b740f Mon Sep 17 00:00:00 2001 From: MattNL Date: Sun, 2 Oct 2022 04:05:35 -0400 Subject: [PATCH] Small change to message box string --- PCK-Studio/Forms/Editor/AudioEditor.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PCK-Studio/Forms/Editor/AudioEditor.cs b/PCK-Studio/Forms/Editor/AudioEditor.cs index ad3c0bda..ed22a529 100644 --- a/PCK-Studio/Forms/Editor/AudioEditor.cs +++ b/PCK-Studio/Forms/Editor/AudioEditor.cs @@ -418,7 +418,7 @@ namespace PckStudio.Forms.Editor private void whatIsEachCategoryToolStripMenuItem_Click(object sender, EventArgs e) { MessageBox.Show("Categories are pretty self explanatory. The game controls when each category should play.\n" + - "\nGAMEPLAY - Plays in the specified dimensions.\n" + + "\nGAMEPLAY - Plays in the specified dimensions and game modes.\n" + "-Overworld: Plays in survival mode and in Creative if no songs are set\n" + "-Nether: Nothing special to note.\n" + "-End: Prioritizes the final track when the dragon is alive.\n" +