String cleanup.
This commit is contained in:
parent
6c3893fd41
commit
6169f461b0
3 changed files with 3 additions and 2 deletions
|
|
@ -92,7 +92,7 @@ char * rosette_get_name(magic_api * api, int which) { if (!which) return strdup(
|
|||
char * rosette_get_description(magic_api * api, int which, int mode)
|
||||
{
|
||||
if (!which)
|
||||
return strdup(gettext_noop("Click and start drawing your rosette"));
|
||||
return strdup(gettext_noop("Click and start drawing your rosette."));
|
||||
else
|
||||
return strdup(gettext_noop("You can draw just like Picasso!"));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue