Click and move -> Click and drag

This commit is contained in:
Joe Hansen 2015-05-02 09:05:05 +00:00
parent 04084af7e6
commit 6aed7d2c23
8 changed files with 14 additions and 14 deletions

View file

@ -75,11 +75,11 @@ 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 edges in parts of your picture."),
{gettext_noop("Click and drag 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 and drag 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 and drag the mouse to create a black and white silhouette."),
gettext_noop("Click to create a black and white silhouette of your entire picture.")},
};