From 8ff78df52bf225c046d9e919c8e54a593a9143e9 Mon Sep 17 00:00:00 2001 From: Joe Hansen Date: Sun, 3 May 2015 07:16:31 +0000 Subject: [PATCH] fixing it -> is --- magic/src/kalidescope.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/magic/src/kalidescope.c b/magic/src/kalidescope.c index 85259c7ca..8de563882 100644 --- a/magic/src/kalidescope.c +++ b/magic/src/kalidescope.c @@ -139,7 +139,7 @@ char * kalidescope_get_description(magic_api * api ATTRIBUTE_UNUSED, int which, } else if (which == KAL_PATTERN) { return(strdup(gettext_noop("Click and drag the mouse to draw a pattern across the picture."))); } else if (which == KAL_TILES) { - return(strdup(gettext_noop("Click and drag the mouse to draw a pattern that it symmetric across the picture."))); + return(strdup(gettext_noop("Click and drag the mouse to draw a pattern that is symmetric across the picture."))); } else { /* KAL_BOTH */ return(strdup(gettext_noop("Click and drag the mouse to draw with symmetric brushes (a kaleidoscope)."))); }