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

@ -69,13 +69,13 @@ const char * tint_icon_filenames[tint_NUM_TOOLS] = {
};
const char * tint_names[tint_NUM_TOOLS] = {
gettext_noop("Tint"),
gettext_noop("Separate Colors") // It does more than this but more intuitive than threshold.
gettext_noop("Color & White") // It does more than this but more intuitive than threshold.
};
const char * tint_descs[tint_NUM_TOOLS][2] = {
{gettext_noop("Click and move the mouse around to change the color of parts of your picture."),
gettext_noop("Click to change the color of your entire picture."),},
{gettext_noop("Click and move the mouse around to turn parts of your picture into separate colors."),
gettext_noop("Click to turn your entire picture into separate colors.")}
{gettext_noop("Click and move the mouse around to turn parts of your picture into white and a color you choose."),
gettext_noop("Click to turn your entire picture into white and a color you choose.")}
};
Uint32 tint_api_version(void) { return(TP_MAGIC_API_VERSION); }