From e08b9e1b01b59518e6503f46149f3f670cd13b79 Mon Sep 17 00:00:00 2001 From: henryruhs Date: Thu, 30 Jul 2026 17:55:29 +0200 Subject: [PATCH] fix wording --- facefusion/locales.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/facefusion/locales.py b/facefusion/locales.py index ed2b1eba..94e557f5 100644 --- a/facefusion/locales.py +++ b/facefusion/locales.py @@ -136,7 +136,7 @@ LOCALES : Locales =\ 'voice_extractor_model': 'choose the model responsible for extracting the voices', 'trim_frame_start': 'specify the starting frame of the target video', 'trim_frame_end': 'specify the ending frame of the target video', - 'temp_frame_format': 'specify the temporary resources format', + 'temp_frame_format': 'specify the temporary frame format', 'temp_pixel_format': 'specify the temporary pixel format', 'target_frame_amount': 'specify the amount of target frames forwarded to the processor', 'output_image_quality': 'specify the image quality which translates to the image compression',