diff --git a/OpenRA.Editor/PropertiesDialog.Designer.cs b/OpenRA.Editor/PropertiesDialog.Designer.cs index a1bbe31d03..94d15a3730 100644 --- a/OpenRA.Editor/PropertiesDialog.Designer.cs +++ b/OpenRA.Editor/PropertiesDialog.Designer.cs @@ -160,7 +160,7 @@ namespace OpenRA.Editor this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.Name = "PropertiesDialog"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; - this.Text = "PropertiesDialog"; + this.Text = "Map Properties"; this.ResumeLayout(false); this.PerformLayout(); @@ -179,4 +179,4 @@ namespace OpenRA.Editor public System.Windows.Forms.TextBox author; public System.Windows.Forms.CheckBox useAsShellmap; } -} \ No newline at end of file +}