Click and move -> Click and drag

This commit is contained in:
Joe Hansen 2015-05-02 09:11:09 +00:00
parent 6aed7d2c23
commit 88a49ccfb2
6 changed files with 9 additions and 9 deletions

View file

@ -115,7 +115,7 @@ char * grass_get_name(magic_api * api ATTRIBUTE_UNUSED, int which ATTRIBUTE_UNUS
// Return our descriptions, localized:
char * grass_get_description(magic_api * api ATTRIBUTE_UNUSED, int which ATTRIBUTE_UNUSED, int mode ATTRIBUTE_UNUSED)
{
return(strdup(gettext_noop("Click and move to draw grass. Dont forget the dirt!")));
return(strdup(gettext_noop("Click and drag to draw grass. Dont forget the dirt!")));
}