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

@ -153,17 +153,17 @@ const char * mosaic_shaped_names[mosaic_shaped_NUM_TOOLS] =
const char * mosaic_shaped_descs[mosaic_shaped_NUM_TOOLS][2] =
{
{
gettext_noop("Click and move the mouse to add a square mosaic to parts of your picture."),
gettext_noop("Click and drag the mouse to add a square mosaic to parts of your picture."),
gettext_noop("Click to add a square mosaic to your entire picture."),
},
{
gettext_noop("Click and move the mouse to add a hexagonal mosaic to parts of your picture."),
gettext_noop("Click and drag the mouse to add a hexagonal mosaic to parts of your picture."),
gettext_noop("Click to add a hexagonal mosaic to your entire picture."),
},
{
gettext_noop("Click and move the mouse to add an irregular mosaic to parts of your picture."),
gettext_noop("Click and drag the mouse to add an irregular mosaic to parts of your picture."),
gettext_noop("Click to add an irregular mosaic to your entire picture."),
},
};