diff --git a/app/Fans.cs b/app/Fans.cs
index 3a7e4e37..94ef0b87 100644
--- a/app/Fans.cs
+++ b/app/Fans.cs
@@ -57,6 +57,8 @@ namespace GHelper
buttonApplyAdvanced.Text = Properties.Strings.Apply;
checkApplyUV.Text = Properties.Strings.AutoApply;
+ buttonCalibrate.Text = Properties.Strings.Calibrate;
+
InitTheme(true);
labelTip.Visible = false;
diff --git a/app/Properties/Strings.Designer.cs b/app/Properties/Strings.Designer.cs
index e76f06ec..1c7968d8 100644
--- a/app/Properties/Strings.Designer.cs
+++ b/app/Properties/Strings.Designer.cs
@@ -519,6 +519,15 @@ namespace GHelper.Properties {
}
}
+ ///
+ /// Looks up a localized string similar to Calibrate.
+ ///
+ internal static string Calibrate {
+ get {
+ return ResourceManager.GetString("Calibrate", resourceCulture);
+ }
+ }
+
///
/// Looks up a localized string similar to Charging.
///
diff --git a/app/Properties/Strings.resx b/app/Properties/Strings.resx
index ed864868..9f2e9ca5 100644
--- a/app/Properties/Strings.resx
+++ b/app/Properties/Strings.resx
@@ -270,6 +270,9 @@
Brightness Up
+
+ Calibrate
+
Charging