diff --git a/GUI/ReportForm.Designer.cs b/GUI/ReportForm.Designer.cs index bb165f8..57b4fae 100644 --- a/GUI/ReportForm.Designer.cs +++ b/GUI/ReportForm.Designer.cs @@ -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 diff --git a/Properties/AssemblyVersion.cs b/Properties/AssemblyVersion.cs index 46f04a1..fddc28f 100644 --- a/Properties/AssemblyVersion.cs +++ b/Properties/AssemblyVersion.cs @@ -37,5 +37,5 @@ using System.Reflection; -[assembly: AssemblyVersion("0.3.1.0")] -[assembly: AssemblyInformationalVersion("0.3.1 Beta")] \ No newline at end of file +[assembly: AssemblyVersion("0.3.2.0")] +[assembly: AssemblyInformationalVersion("0.3.2 Beta")] \ No newline at end of file