Fixed punctuation and tweaked description.
This commit is contained in:
parent
e72e109f4f
commit
313b67d59b
2 changed files with 2 additions and 2 deletions
|
|
@ -78,7 +78,7 @@ char * foam_get_name(magic_api * api, int which)
|
|||
// Return our descriptions, localized:
|
||||
char * foam_get_description(magic_api * api, int which)
|
||||
{
|
||||
return(strdup(gettext("Click and drag the mouse to cover an area with foamy bubbles..")));
|
||||
return(strdup(gettext("Click and drag the mouse to cover an area with foamy bubbles.")));
|
||||
}
|
||||
|
||||
// Do the effect:
|
||||
|
|
|
|||
|
|
@ -53,7 +53,7 @@ char * waves_get_name(magic_api * api, int which)
|
|||
// Return our descriptions, localized:
|
||||
char * waves_get_description(magic_api * api, int which)
|
||||
{
|
||||
return(strdup(gettext("Click to make the picture wavy. (Click towards the top for shorter waves; the bottom for taller waves. Click towards the left for small waves; the right for wide waves.)")));
|
||||
return(strdup(gettext("Click to make the picture wavy. Click toward the top for shorter waves, the bottom for taller waves, the left for small waves, and the right for long waves.")));
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue