Stop GPU apps button

This commit is contained in:
Serge
2023-06-24 13:08:06 +02:00
parent 96dc22072a
commit 7f6bdda39a
9 changed files with 88 additions and 39 deletions

View File

@@ -1124,6 +1124,15 @@ namespace GHelper.Properties {
}
}
/// <summary>
/// Looks up a localized string similar to Stop GPU Applications.
/// </summary>
internal static string StopGPUApps {
get {
return ResourceManager.GetString("StopGPUApps", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Stopping Services.
/// </summary>

View File

@@ -473,6 +473,9 @@ Do you still want to continue?</value>
<data name="Stop" xml:space="preserve">
<value>Stop</value>
</data>
<data name="StopGPUApps" xml:space="preserve">
<value>Stop GPU Applications</value>
</data>
<data name="StoppingServices" xml:space="preserve">
<value>Stopping Services</value>
</data>