From 7a85d8b2cd4974b94c22db13659f887c35c72573 Mon Sep 17 00:00:00 2001 From: henryruhs Date: Mon, 28 Apr 2025 20:15:10 +0200 Subject: [PATCH] Fix typo --- facefusion/wording.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/facefusion/wording.py b/facefusion/wording.py index 5c3ef2b..8b3bb99 100755 --- a/facefusion/wording.py +++ b/facefusion/wording.py @@ -4,7 +4,7 @@ WORDING : Dict[str, Any] =\ { 'conda_not_activated': 'Conda is not activated', 'python_not_supported': 'Python version is not supported, upgrade to {version} or higher', - 'curl_not_installed': 'CURL is not installed', + 'curl_not_installed': 'cURL is not installed', 'ffmpeg_not_installed': 'FFMpeg is not installed', 'creating_temp': 'Creating temporary resources', 'extracting_frames': 'Extracting frames with a resolution of {resolution} and {fps} frames per second',