Click and move -> Click and drag
This commit is contained in:
parent
6aed7d2c23
commit
88a49ccfb2
6 changed files with 9 additions and 9 deletions
|
|
@ -131,14 +131,14 @@ char * fade_darken_get_description(magic_api * api ATTRIBUTE_UNUSED, int which,
|
|||
if (which == TOOL_FADE)
|
||||
{
|
||||
if (mode == MODE_PAINT)
|
||||
return(strdup(gettext_noop("Click and move the mouse to lighten parts of your picture.")));
|
||||
return(strdup(gettext_noop("Click and drag the mouse to lighten parts of your picture.")));
|
||||
else if (mode == MODE_FULLSCREEN)
|
||||
return(strdup(gettext_noop("Click to lighten your entire picture.")));
|
||||
}
|
||||
else if (which == TOOL_DARKEN)
|
||||
{
|
||||
if (mode == MODE_PAINT)
|
||||
return(strdup(gettext_noop("Click and move the mouse to darken parts of your picture.")));
|
||||
return(strdup(gettext_noop("Click and drag the mouse to darken parts of your picture.")));
|
||||
else if (mode == MODE_FULLSCREEN)
|
||||
return(strdup(gettext_noop("Click to darken your entire picture.")));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue