fixing that is symmetric

This commit is contained in:
Joe Hansen 2015-05-02 10:31:47 +00:00
parent edd77f4d89
commit fcd90848c2

View file

@ -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 plus its symmetric across the picture.")));
return(strdup(gettext_noop("Click and drag the mouse to draw a pattern that it symmetric across the picture.")));
} else { /* KAL_BOTH */
return(strdup(gettext_noop("Click and drag the mouse to draw with symmetric brushes (a kaleidoscope).")));
}