It's called a *kaleidoscope*, not a kalidescope.
This commit is contained in:
parent
313b67d59b
commit
b34789f6e2
1 changed files with 2 additions and 2 deletions
|
|
@ -46,13 +46,13 @@ SDL_Surface * kalidescope_get_icon(magic_api * api, int which)
|
|||
// Return our names, localized:
|
||||
char * kalidescope_get_name(magic_api * api, int which)
|
||||
{
|
||||
return(strdup(gettext("Kalidescope")));
|
||||
return(strdup(gettext("Kaleidoscope")));
|
||||
}
|
||||
|
||||
// Return our descriptions, localized:
|
||||
char * kalidescope_get_description(magic_api * api, int which)
|
||||
{
|
||||
return(strdup(gettext("Click and drag the mouse to draw with symmetric brushes (a kalidescope).")));
|
||||
return(strdup(gettext("Click and drag the mouse to draw with symmetric brushes (a kaleidoscope).")));
|
||||
}
|
||||
|
||||
// Do the effect:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue