More attempts to simplify and standardise the language of the new magic tools.
This commit is contained in:
parent
ff84a1752f
commit
ee8020589a
9 changed files with 24 additions and 24 deletions
|
|
@ -75,12 +75,12 @@ const char * sharpen_names[sharpen_NUM_TOOLS] = {
|
|||
gettext_noop("Silhouette")
|
||||
};
|
||||
const char * sharpen_descs[sharpen_NUM_TOOLS][2] = {
|
||||
{gettext_noop("Click and move the mouse to trace the edges of objects in the image."),
|
||||
gettext_noop("Click to trace the edges of objects in the image."),},
|
||||
{gettext_noop("Click and move the mouse to sharpen the image."),
|
||||
gettext_noop("Click to sharpen the entire image."),},
|
||||
{gettext_noop("Click and move the mouse to create a black and white silhouette of the image."),
|
||||
gettext_noop("Click to create a black and white silhouette of the entire image.")},
|
||||
{gettext_noop("Click and move the mouse to trace edges in parts of your picture."),
|
||||
gettext_noop("Click to trace edges in your entire picture."),},
|
||||
{gettext_noop("Click and move the mouse to sharpen parts of your picture."),
|
||||
gettext_noop("Click to sharpen the entire picture."),},
|
||||
{gettext_noop("Click and move the mouse to create a black and white silhouette."),
|
||||
gettext_noop("Click to create a black and white silhouette of your entire picture.")},
|
||||
};
|
||||
|
||||
Uint32 sharpen_api_version(void) { return(TP_MAGIC_API_VERSION); }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue