your the parts of your -> the parts of your

This commit is contained in:
Pere Pujal i Carabantes 2023-03-13 08:35:06 +01:00
parent 97051f754c
commit c3855b085b

View file

@ -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."),
},
};