diff --git a/facefusion/locales.py b/facefusion/locales.py index b2366914..90942f92 100644 --- a/facefusion/locales.py +++ b/facefusion/locales.py @@ -147,8 +147,8 @@ LOCALES : Locales =\ 'output_video_quality': 'specify the video quality which translates to the video compression', 'output_video_scale': 'specify the video scale based on the target video', 'output_video_fps': 'specify the video fps based on the target video', - 'workflow_mode': 'choose the workflow mode', - 'workflow_strategy': 'choose the workflow strategy', + 'workflow_mode': 'detect or enforce the workflow mode', + 'workflow_strategy': 'process the temporary frames in memory or on disk', 'processors': 'load a single or multiple processors (choices: {choices}, ...)', 'background-remover-model': 'choose the model responsible for removing the background', 'background-remover-color': 'apply red, green blue and alpha values of the background',