From c3855b085b14a11b3e8ef6df6bb0cf30814052e4 Mon Sep 17 00:00:00 2001 From: Pere Pujal i Carabantes Date: Mon, 13 Mar 2023 08:35:06 +0100 Subject: [PATCH] your the parts of your -> the parts of your --- magic/src/fade_darken.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/magic/src/fade_darken.c b/magic/src/fade_darken.c index 9310c2dfb..e7ce24a36 100644 --- a/magic/src/fade_darken.c +++ b/magic/src/fade_darken.c @@ -71,11 +71,11 @@ char * tool_descriptions[NUM_TOOLS][2] = { }, { gettext_noop("Click and drag the mouse to entirely desaturate parts of your picture that match the chosen color."), - gettext_noop("Click to entirely desaturate your the parts of your picture that match the chosen color."), + gettext_noop("Click to entirely desaturate your parts of your picture that match the chosen color."), }, { gettext_noop("Click and drag the mouse to entirely desaturate parts of your picture that don't match the chosen color."), - gettext_noop("Click to entirely desaturate your the parts of your picture that don't match the chosen color."), + gettext_noop("Click to entirely desaturate the parts of your picture that don't match the chosen color."), }, };