From b6d740e64a130aca715beb8da0303d2e302309c2 Mon Sep 17 00:00:00 2001 From: henryruhs Date: Tue, 30 Jun 2026 16:03:42 +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 3fc95751..fca8adb6 100644 --- a/facefusion/locales.py +++ b/facefusion/locales.py @@ -124,7 +124,7 @@ LOCALES : Locales =\ 'reference_face_position': 'specify the position used to create the reference face', 'reference_face_distance': 'specify the similarity between the reference face and target face', 'reference_frame_number': 'specify the frame used to create the reference face', - 'face_tracker_score': 'specify the minimum score to track a face', + 'face_tracker_score': 'specify the overlap score used to match the tracked faces', 'face_occluder_model': 'choose the model responsible for the occlusion mask', 'face_parser_model': 'choose the model responsible for the region mask', 'face_mask_types': 'mix and match different face mask types (choices: {choices})',