From 1f24727f80fc804561e8add368cb288ce52be03e Mon Sep 17 00:00:00 2001 From: Thor Date: Sun, 27 Oct 2019 14:14:41 -0400 Subject: [PATCH] Revised Help Dialog Text for Move, Rotate, and Delete Revised Help Dialog Text for Move, Rotate, and Delete to make it obvious that these functions apply to more than just islands. --- Src/ServerGridEditor/Forms/MainForm.cs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Src/ServerGridEditor/Forms/MainForm.cs b/Src/ServerGridEditor/Forms/MainForm.cs index a65360e..8bcb1b5 100644 --- a/Src/ServerGridEditor/Forms/MainForm.cs +++ b/Src/ServerGridEditor/Forms/MainForm.cs @@ -1947,10 +1947,10 @@ private void mapImageToolStripMenuItem_Click(object sender, EventArgs e) private void controlsToolStripMenuItem_Click(object sender, EventArgs e) { - MessageBox.Show("Hold Left click (Move island)\n" + - "Hold Right click (Rotate island)\n" + + MessageBox.Show("Hold Left click (Move)\n" + + "Hold Right click (Rotate)\n" + "Mouse wheel (Zoom)\n" + - "Delete button (Remove island)\n" + + "Delete button (Remove)\n" + "Ctrl + click on grid (Edit server info)\n" + "Ctrl + click on island (Edit island info)\n" + "Hold middle mouse + drag (Scroll map)\n" + @@ -2666,4 +2666,4 @@ public class Config public int AtlasImagesRes = 2048; public int ImageQuality = 75; } -} \ No newline at end of file +}