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

@ -80,7 +80,7 @@ const char * blur_names[blur_NUM_TOOLS] = {
gettext_noop("Blur"),
};
const char * blur_descs[blur_NUM_TOOLS][2] = {
{gettext_noop("Click and move the mouse around to blur the image."),
{gettext_noop("Click and drag the mouse around to blur the image."),
gettext_noop("Click to blur the entire image.")},
};