String cleanup.
This commit is contained in:
parent
6c3893fd41
commit
6169f461b0
3 changed files with 3 additions and 2 deletions
|
|
@ -71,7 +71,7 @@ SDL_Surface * tv_get_icon(magic_api * api, int which)
|
|||
|
||||
char * tv_get_name(magic_api * api, int which) { return strdup(gettext_noop("TV")); }
|
||||
|
||||
char * tv_get_description(magic_api * api, int which, int mode) { return strdup(gettext_noop("Your picture will look like in television")); }
|
||||
char * tv_get_description(magic_api * api, int which, int mode) { return strdup(gettext_noop("Click to make your picture look like it's on television.")); }
|
||||
|
||||
int tv_requires_colors(magic_api * api, int which) { return 0; }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue