It's called a *kaleidoscope*, not a kalidescope.

This commit is contained in:
Karl Ove Hufthammer 2007-07-19 18:32:22 +00:00
parent 313b67d59b
commit b34789f6e2

View file

@ -46,13 +46,13 @@ SDL_Surface * kalidescope_get_icon(magic_api * api, int which)
// Return our names, localized: // Return our names, localized:
char * kalidescope_get_name(magic_api * api, int which) char * kalidescope_get_name(magic_api * api, int which)
{ {
return(strdup(gettext("Kalidescope"))); return(strdup(gettext("Kaleidoscope")));
} }
// Return our descriptions, localized: // Return our descriptions, localized:
char * kalidescope_get_description(magic_api * api, int which) 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: // Do the effect: