From 5305968de753df49341f3ce2a9cd4da4f0bcef29 Mon Sep 17 00:00:00 2001 From: henryruhs Date: Tue, 30 Jun 2026 16:09:22 +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 fca8adb6..3a5d0b72 100644 --- a/facefusion/locales.py +++ b/facefusion/locales.py @@ -137,7 +137,7 @@ LOCALES : Locales =\ 'trim_frame_end': 'specify the ending frame of the target video', 'temp_frame_format': 'specify the temporary resources format', 'keep_temp': 'keep the temporary resources after processing', - 'target_frame_amount': 'specify the amount of frames around the target frame', + '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', 'output_image_scale': 'specify the image scale based on the target image', 'output_audio_encoder': 'specify the encoder used for the audio',