Mended Fill->Brush instructions

h/t Pere for noticing my late-night grammar nonsense. :)
This commit is contained in:
Bill Kendrick 2021-10-19 21:32:25 -07:00
parent 7d1bd7fac9
commit 7c1cf49554
131 changed files with 266 additions and 264 deletions

View file

@ -27,7 +27,7 @@
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
(See COPYING.txt)
Last updated: October 18, 2021
Last updated: October 19, 2021
$Id$
*/
@ -55,7 +55,7 @@ const char *const fill_names[NUM_FILLS] = {
const char *const fill_tips[NUM_FILLS] = {
gettext_noop("Click to fill an area with a solid color."),
gettext_noop("Click to fill an by hand, using a brush."),
gettext_noop("Click and drag to fill an area by hand, using a brush."),
gettext_noop("Click and drag to fill an area with a linear gradient (from the chosen color to transparent)."),
gettext_noop("Click to fill an area with a radial gradient (from the chosen color to transparent).")
};