UI Tweaks

This commit is contained in:
Serge
2024-02-26 14:29:36 +01:00
parent c57a60079c
commit 76f29c5934
4 changed files with 23 additions and 10 deletions

View File

@@ -699,6 +699,15 @@ namespace GHelper.Properties {
}
}
/// <summary>
/// Looks up a localized string similar to Disable on lid close.
/// </summary>
internal static string DisableOnLidClose {
get {
return ResourceManager.GetString("DisableOnLidClose", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Disable screen overdrive.
/// </summary>
@@ -790,9 +799,9 @@ namespace GHelper.Properties {
return ResourceManager.GetString("EnergySettings", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Export.
/// Looks up a localized string similar to Export Profile.
/// </summary>
internal static string Export {
get {
@@ -1024,9 +1033,9 @@ namespace GHelper.Properties {
return ResourceManager.GetString("ImageRotation", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Import.
/// Looks up a localized string similar to Import Profile.
/// </summary>
internal static string Import {
get {
@@ -1294,9 +1303,9 @@ namespace GHelper.Properties {
return ResourceManager.GetString("MouseButtonResponse", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Import failed. Selected file is not a valid mouse profile or corrutpted.
/// Looks up a localized string similar to Import failed. Selected file is not a valid mouse profile or corrutpted..
/// </summary>
internal static string MouseImportFailed {
get {
@@ -1800,7 +1809,7 @@ namespace GHelper.Properties {
}
/// <summary>
/// Looks up a localized string similar to Turn off on battery.
/// Looks up a localized string similar to Disable on battery.
/// </summary>
internal static string TurnOffOnBattery {
get {