Fixed Issue 222.

This commit is contained in:
Michael Möller 2011-05-19 07:24:30 +00:00
parent 8ed6399a0e
commit 7d0d8e766b
2 changed files with 3 additions and 3 deletions

View File

@ -95,7 +95,7 @@ namespace OpenHardwareMonitor.GUI {
this.exitButton.Name = "exitButton";
this.exitButton.Size = new System.Drawing.Size(75, 23);
this.exitButton.TabIndex = 3;
this.exitButton.Text = "Canel";
this.exitButton.Text = "Cancel";
this.exitButton.UseVisualStyleBackColor = true;
//
// commentTextBox

View File

@ -37,5 +37,5 @@
using System.Reflection;
[assembly: AssemblyVersion("0.3.1.0")]
[assembly: AssemblyInformationalVersion("0.3.1 Beta")]
[assembly: AssemblyVersion("0.3.2.0")]
[assembly: AssemblyInformationalVersion("0.3.2 Beta")]