Corrected description.
This commit is contained in:
parent
3f99300c92
commit
31624e7a6c
1 changed files with 1 additions and 1 deletions
|
|
@ -130,7 +130,7 @@ char * tornado_get_name(magic_api * api, int which)
|
||||||
// Return our descriptions, localized:
|
// Return our descriptions, localized:
|
||||||
char * tornado_get_description(magic_api * api, int which, int mode)
|
char * tornado_get_description(magic_api * api, int which, int mode)
|
||||||
{
|
{
|
||||||
return(strdup(gettext_noop("Click and drag to draw a tornado stalk. Let go to finish the tornado.")));
|
return(strdup(gettext_noop("Click and drag to draw a tornado funnel on your picture.")));
|
||||||
}
|
}
|
||||||
|
|
||||||
// Affect the canvas on drag:
|
// Affect the canvas on drag:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue