From 8f0e4431e64cc4cfead896c7548b715155fb7a0f Mon Sep 17 00:00:00 2001
From: Serge <5920850+seerge@users.noreply.github.com>
Date: Fri, 8 Sep 2023 21:45:17 +0200
Subject: [PATCH] Label
---
app/Fans.cs | 2 ++
app/Properties/Strings.Designer.cs | 9 +++++++++
app/Properties/Strings.resx | 3 +++
3 files changed, 14 insertions(+)
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