From b34789f6e23097cd3afd73c929fb823c468835cd Mon Sep 17 00:00:00 2001 From: Karl Ove Hufthammer Date: Thu, 19 Jul 2007 18:32:22 +0000 Subject: [PATCH] It's called a *kaleidoscope*, not a kalidescope. --- magic/src/kalidescope.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/magic/src/kalidescope.c b/magic/src/kalidescope.c index b1fda5fde..ed8415b97 100644 --- a/magic/src/kalidescope.c +++ b/magic/src/kalidescope.c @@ -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: