diff --git a/trunk/Resource/ReleaseNotes.htm b/trunk/Resource/ReleaseNotes.htm
index b9742b8..47bc8a2 100644
--- a/trunk/Resource/ReleaseNotes.htm
+++ b/trunk/Resource/ReleaseNotes.htm
@@ -6,11 +6,17 @@
2012 - Release 2.x.x
- * Added
+ Added
- "Release Notes..." to help menu.
+ Changed
+
+ - Tools => Options => Text Editor => General - Changed labels to properly reflect the output file format.
+ - UTF-8 output no longer prefixes the B.O.M. character.
+
+
Bugs Fixed:
- 2995296 - Search | Comment Line (Ctl+K) Breaks Line After Search Term
diff --git a/trunk/Tools/TextEditorGeneral.Designer.cs b/trunk/Tools/TextEditorGeneral.Designer.cs
index 7506554..adbb39d 100644
--- a/trunk/Tools/TextEditorGeneral.Designer.cs
+++ b/trunk/Tools/TextEditorGeneral.Designer.cs
@@ -224,7 +224,7 @@ namespace LSLEditor.Tools
this.radioButton6.Size = new System.Drawing.Size(65, 17);
this.radioButton6.TabIndex = 1;
this.radioButton6.TabStop = true;
- this.radioButton6.Text = "Unicode";
+ this.radioButton6.Text = "UTF-16 LE";
this.radioButton6.UseVisualStyleBackColor = true;
//
// radioButton7
@@ -235,7 +235,7 @@ namespace LSLEditor.Tools
this.radioButton7.Size = new System.Drawing.Size(117, 17);
this.radioButton7.TabIndex = 2;
this.radioButton7.TabStop = true;
- this.radioButton7.Text = "Unicode big endian";
+ this.radioButton7.Text = "UTF-16 BE";
this.radioButton7.UseVisualStyleBackColor = true;
//
// radioButton8