english tidy on new magic tools. not sure blind behaves as described fwiw.

This commit is contained in:
secretlondon 2009-08-09 21:51:59 +00:00
parent cf624a4c0d
commit 1caa2c54ee
2 changed files with 8 additions and 8 deletions

View file

@ -94,7 +94,7 @@ char * blind_get_name(magic_api * api, int which)
char * blind_get_description(magic_api * api, int which, int mode)
{
return strdup(gettext_noop("Click on a side and drag the blind to were you want, slide on the first lame to open or close the blind."));
return strdup(gettext_noop("Click on a side and drag the blind to where you want, move the first line to open or close the blind."));
}
int blind_requires_colors(magic_api * api, int which)

View file

@ -115,7 +115,7 @@ static SDL_Surface * mosaic_shaped_pattern;
const char * mosaic_shaped_snd_filenames[mosaic_shaped_NUM_TOOLS] = {
"mosaic_shaped_square.ogg",
"mosaic_shaped_hex.ogg",
"mosaic_shaped_irregular.ogg", /* FIXME */
"mosaic_shaped_irregular.ogg", /* FIXME */ /*what's problem?*/
};
const char * mosaic_shaped_icon_filenames[mosaic_shaped_NUM_TOOLS] = {
@ -138,14 +138,14 @@ const char * mosaic_shaped_names[mosaic_shaped_NUM_TOOLS] = {
};
const char * mosaic_shaped_descs[mosaic_shaped_NUM_TOOLS][2] = {
{gettext_noop("Click and move the mouse to add a mosaic squared effect to parts of your picture."),
gettext_noop("Click to add a mosaic squared effect to your entire picture."),},
{gettext_noop("Click and move the mouse to add a square mosaic to parts of your picture."),
gettext_noop("Click to add a square mosaic to your entire picture."),},
{gettext_noop("Click and move the mouse to add a mosaic hexagonal effect to parts of your picture."),
gettext_noop("Click to add a mosaic hexagonal effect to your entire picture."),},
{gettext_noop("Click and move the mouse to add a hexagonal mosaic to parts of your picture."),
gettext_noop("Click to add a hexagonal mosaic to your entire picture."),},
{gettext_noop("Click and move the mouse to add a irregular mosaic to parts of your picture."),
gettext_noop("Click to add a irregular mosaic to your entire picture."),},
{gettext_noop("Click and move the mouse to add an irregular mosaic to parts of your picture."),
gettext_noop("Click to add an irregular mosaic to your entire picture."),},
};
Uint32 mosaic_shaped_api_version(void) { return(TP_MAGIC_API_VERSION); }