Small change to message box string

This commit is contained in:
MattNL
2022-10-02 04:05:35 -04:00
parent 9e115cfe72
commit 0dd49cf37f

View File

@@ -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" +