Click and move -> Click and drag

This commit is contained in:
Joe Hansen 2015-05-02 09:11:09 +00:00
parent 6aed7d2c23
commit 88a49ccfb2
6 changed files with 9 additions and 9 deletions

View file

@ -64,7 +64,7 @@ const char * alien_names[alien_NUM_TOOLS] = {
gettext_noop("Color Shift"),
};
const char * alien_descs[alien_NUM_TOOLS][2] = {
{gettext_noop("Click and move the mouse to change the colors in parts of your picture."),
{gettext_noop("Click and drag the mouse to change the colors in parts of your picture."),
gettext_noop("Click to change the colors in your entire picture."),},
};