After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 339560 - Tiny typo in Paintbrush Tool help page
Tiny typo in Paintbrush Tool help page
Status: RESOLVED FIXED
Product: GIMP
Classification: Other
Component: Help
unspecified
Other Solaris
: Normal trivial
: ---
Assigned To: GIMP Bugs
GIMP Bugs
Depends on:
Blocks:
 
 
Reported: 2006-04-24 12:44 UTC by Damien Carbery
Modified: 2006-04-24 13:39 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Damien Carbery 2006-04-24 12:44:20 UTC
http://docs.gimp.org/en/gimp-tool-paintbrush.html
src/toolbox/tool-color-paintbrush.xml
In the Incremental paragraph:
"each time the brush passes over the same place but cann't excede the original" 
"cann't excede" -> "cannot exceed"

--- tool-paintbrush.xml.orig    2006-04-24 13:05:18.234347000 +0100
+++ tool-paintbrush.xml 2006-04-24 13:05:31.008576000 +0100
@@ -700,7 +700,7 @@
         <para lang="en">
           The Incremental checkbox activates incremental paint mode for
           the tool so that color opacity increases each time the brush
-          passes over the same place but cann't excede the original
+          passes over the same place but cannot exceed the original
           color opacity.  More information about incremental mode can be
           found in the
           <link linkend="glossary-incremental">glossary</link>.
Comment 1 Sven Neumann 2006-04-24 13:39:12 UTC
Now fixed in CVS. Thanks fo reporting this issue.

2006-04-24  Sven Neumann  <sven@gimp.org>

	* src/toolbox/tool-paintbrush.xml: fixed typo (bug #339560).