Click and move -> Click and drag

This commit is contained in:
Joe Hansen 2015-05-02 09:05:05 +00:00
parent 04084af7e6
commit 6aed7d2c23
8 changed files with 14 additions and 14 deletions

View file

@ -103,7 +103,7 @@ char * negative_get_description(magic_api * api ATTRIBUTE_UNUSED, int which ATTR
{
if (mode == MODE_PAINT)
return(strdup(
gettext_noop("Click and move the mouse around to make your painting negative."))); /* Does this make more sense? */
gettext_noop("Click and drag the mouse around to make your painting negative."))); /* Does this make more sense? */
else if (mode == MODE_FULLSCREEN)
return(strdup(
gettext_noop("Click to turn your painting into its negative.")));