diff --git a/trunk/Resource/ReleaseNotes.htm b/trunk/Resource/ReleaseNotes.htm
index f987402..ab280af 100644
--- a/trunk/Resource/ReleaseNotes.htm
+++ b/trunk/Resource/ReleaseNotes.htm
@@ -21,11 +21,12 @@
- Fixed:
- - SF ID: 2995296 - Search | Comment Line (Ctl+K) Breaks Line After Search Term
+ - SF ID: 2995296 - Search | Comment Line (Ctl+K) Breaks Line After Search Term.
- SF ID: 3461546 - ReleaseNotes.htm in source, but never used
- SF ID: none - Fix for state change without state name passing syntax-check.
- SF ID: 3465488 - lslint does not show errors.
- - SF ID: 2999054 - Unicode characters do not paste correctly
+ - SF ID: 2999054 - Unicode characters do not paste correctly.
+ - SF ID: none - Fixed typo in Font/Colour options dialogue.
diff --git a/trunk/Tools/TextEditorFontColors.Designer.cs b/trunk/Tools/TextEditorFontColors.Designer.cs
index 55e261d..6b13855 100644
--- a/trunk/Tools/TextEditorFontColors.Designer.cs
+++ b/trunk/Tools/TextEditorFontColors.Designer.cs
@@ -128,18 +128,18 @@ namespace LSLEditor.Tools
this.checkBox1.AutoSize = true;
this.checkBox1.Location = new System.Drawing.Point(16, 24);
this.checkBox1.Name = "checkBox1";
- this.checkBox1.Size = new System.Drawing.Size(142, 17);
+ this.checkBox1.Size = new System.Drawing.Size(145, 17);
this.checkBox1.TabIndex = 0;
- this.checkBox1.Text = "use original colorscheme";
+ this.checkBox1.Text = "use original color scheme";
this.checkBox1.UseVisualStyleBackColor = true;
//
- // EnvironmentFontColors
+ // TextEditorFontColors
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.groupBox5);
this.Controls.Add(this.groupBox1);
- this.Name = "EnvironmentFontColors";
+ this.Name = "TextEditorFontColors";
this.Size = new System.Drawing.Size(392, 272);
this.groupBox5.ResumeLayout(false);
this.groupBox5.PerformLayout();