More English hacking.

This commit is contained in:
secretlondon 2008-09-23 20:44:59 +00:00
parent 77388a8c1b
commit 3aa70784e9
3 changed files with 7 additions and 6 deletions

View file

@ -76,7 +76,7 @@ SDL_Surface * fisheye_get_icon(magic_api * api, int which)
char * fisheye_get_name(magic_api * api, int which) { return strdup(gettext_noop("Fisheye")); } //Needs better name
char * fisheye_get_description(magic_api * api, int which, int mode) { return strdup(gettext_noop("Select an area of the image to create the fisheye effect.")); }
char * fisheye_get_description(magic_api * api, int which, int mode) { return strdup(gettext_noop("Click on part of your picture to create a fisheye effect.")); }
int fisheye_requires_colors(magic_api * api, int which) { return 0; }