fixing that is symmetric
This commit is contained in:
parent
edd77f4d89
commit
fcd90848c2
1 changed files with 1 additions and 1 deletions
|
|
@ -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).")));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue