diff --git a/trunk/Resource/ReleaseNotes.htm b/trunk/Resource/ReleaseNotes.htm
index 25a5785..97582c1 100644
--- a/trunk/Resource/ReleaseNotes.htm
+++ b/trunk/Resource/ReleaseNotes.htm
@@ -5,18 +5,20 @@
-
2012-01 - Release 2.x.x
+
2012-01-01 - Release 2.x.x
- Added
- "Release Notes..." to help menu.
- - Updated
+ Changed
- - About.htm
+ - Updated About.htm
+ - 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.
- - Fixed:
+ Bugs Fixed:
- 2995296 - Search | Comment Line (Ctl+K) Breaks Line After Search Term
- 3461546 - ReleaseNotes.htm in source, but never used
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