diff --git a/LanguageBaseEnglish.xml b/LanguageBaseEnglish.xml
index cd7e78bf4..4b7603a22 100644
--- a/LanguageBaseEnglish.xml
+++ b/LanguageBaseEnglish.xml
@@ -214,6 +214,7 @@ Read more info (web)?
Remove temporary files
Set CPP/Const-me models folder...
Run only post-processing/adjust timings
+ Download CUDA for Perfview's Whisper-Faster
Advanced Sub Station Alpha attachments
diff --git a/src/libse/LibSE.csproj b/src/libse/LibSE.csproj
index 5ab0035a0..4323c358a 100644
--- a/src/libse/LibSE.csproj
+++ b/src/libse/LibSE.csproj
@@ -50,7 +50,7 @@
-
+
diff --git a/src/ui/Logic/LanguageDeserializer.cs b/src/ui/Logic/LanguageDeserializer.cs
index 886ed7402..aec3967c2 100644
--- a/src/ui/Logic/LanguageDeserializer.cs
+++ b/src/ui/Logic/LanguageDeserializer.cs
@@ -583,6 +583,9 @@ namespace Nikse.SubtitleEdit.Logic
case "AudioToText/OnlyRunPostProcessing":
language.AudioToText.OnlyRunPostProcessing = reader.Value;
break;
+ case "AudioToText/DownloadFasterWhisperCuda":
+ language.AudioToText.DownloadFasterWhisperCuda = reader.Value;
+ break;
case "AssaAttachments/Title":
language.AssaAttachments.Title = reader.Value;
break;
diff --git a/src/ui/SubtitleEdit.csproj b/src/ui/SubtitleEdit.csproj
index e613f6310..bca10834a 100644
--- a/src/ui/SubtitleEdit.csproj
+++ b/src/ui/SubtitleEdit.csproj
@@ -75,7 +75,7 @@
..\..\packages\ncalc.1.3.8\lib\NCalc.dll
- ..\..\packages\Newtonsoft.Json.13.0.2\lib\net45\Newtonsoft.Json.dll
+ ..\..\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll
..\..\packages\NHunspell.1.2.5554.16953\lib\net\NHunspell.dll
diff --git a/src/ui/packages.config b/src/ui/packages.config
index 64c5d8181..542f507ce 100644
--- a/src/ui/packages.config
+++ b/src/ui/packages.config
@@ -7,7 +7,7 @@
-
+