From 7d0d8e766bb6a45e9022f30cd7745cf4b0b537a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20M=C3=B6ller?= Date: Thu, 19 May 2011 07:24:30 +0000 Subject: [PATCH] Fixed Issue 222. --- GUI/ReportForm.Designer.cs | 2 +- Properties/AssemblyVersion.cs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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