[gimp-help-2] Fixes Bugs #588318 and #588316.



commit 252092d822b266543aac186ef2d6a1bd03ee3477
Author: SimaMoto RyôTa <ss2pxd1c yahoo co jp>
Date:   Sun Jul 12 10:56:17 2009 +1000

    Fixes Bugs #588318 and #588316.
    
    The patch fixes spelling errors and a false description for the palette
    dialog.

 src/dialogs/error-console.xml             |    6 +-----
 src/dialogs/palettes-dialog.xml           |   14 +++++++-------
 src/glossary/glossary.xml                 |   16 ++++++++--------
 src/menus/colors/components/decompose.xml |    2 +-
 src/menus/file/open.xml                   |    2 +-
 5 files changed, 18 insertions(+), 22 deletions(-)
---
diff --git a/src/dialogs/error-console.xml b/src/dialogs/error-console.xml
index 747962a..82888c8 100644
--- a/src/dialogs/error-console.xml
+++ b/src/dialogs/error-console.xml
@@ -104,11 +104,7 @@
             selected part by pressing the <keycap>Shift</keycap> key.
           </para>
           <para>
-            A dialog window <guilabel>Save Error Log to File </guilabel> lets
-            you choose the name and the destination directory of this file:
-          </para>
-          <para>
-            A dialog window <guilabel>Save Error Log to File </guilabel> lets
+            A dialog window <guilabel>Save Error Log to File</guilabel> lets
             you choose the name and the destination directory of this file:
           </para>
           <figure>
diff --git a/src/dialogs/palettes-dialog.xml b/src/dialogs/palettes-dialog.xml
index 6d0c833..b5f628a 100644
--- a/src/dialogs/palettes-dialog.xml
+++ b/src/dialogs/palettes-dialog.xml
@@ -493,8 +493,8 @@
           <para>
             With this command, all the colors of the palette are used to form
             the current gradient which is saved in the Gradient Dialog. The
-            number of colors in the palette seems to be limited to 21. Above
-            this value, an error message is emitted.
+            created gradient is build with segments just as much as the number
+            of colors on the given palette.
           </para>
         </listitem>
       </varlistentry>
@@ -505,11 +505,11 @@
         <listitem>
           <para>
             This command creates a repeating gradient, using all the colors
-            of the palette. Only the first color of the palette seems to be
-            repeated. This gradient appears in the Gradient Dialog and
-            becomes the current gradient. The number of colors in the palette
-            seems to be limited to 20. Above this value, an error message is
-            emitted.
+            of the palette. This gradient appears in the Gradient Dialog and
+            becomes the current gradient. The gradient is created with
+            segments one more than the number of colors on the given palette.
+            The left side color at the leftmost segment will be the same color
+            on the right side at the rightmost segment.
           </para>
           <figure>
             <title>
diff --git a/src/glossary/glossary.xml b/src/glossary/glossary.xml
index f4d58e8..fb8e966 100644
--- a/src/glossary/glossary.xml
+++ b/src/glossary/glossary.xml
@@ -424,7 +424,7 @@
       <para>
         Color depth is simply the number of bits used to represent a color
         (bits per pixel : bpp). There are 3 channels for a pixel (for Red,
-        Green and Blue). <acronym>GIMP</acronym> can supprt 8 bits per
+        Green and Blue). <acronym>GIMP</acronym> can support 8 bits per
         channel, referred as <emphasis>eight-bit color</emphasis>. So,
         <acronym>GIMP</acronym> color depth is 8&nbsp;*&nbsp;3&nbsp;=&nbsp;24,
         which allows
@@ -1109,7 +1109,7 @@
       </para>
       <para>
         The two images above were created using a brush with spacing set to
-        60 pixels. The image on the left shows non-incremental painting and
+        60 percent. The image on the left shows non-incremental painting and
         the image on the right shows the difference with incremental painting.
       </para>
       <para>
@@ -1117,7 +1117,7 @@
         tools, except those which have a <quote>rate</quote> control, which
         automatically implies an incremental effect. You can set it by
         checking the <guilabel moreinfo="none">Incremental</guilabel> checkbox in the
-        toolbox for the tool (Paintbrush, Pencil and Eraser).
+        tool option dialog for the tool (Paintbrush, Pencil and Eraser).
       </para>
     </glossdef>
   </glossentry>
@@ -1253,11 +1253,11 @@
   </glossentry>
   <glossentry id="glossary-lab">
     <glossterm>
-      <phrase>L*a*b</phrase>
+      <phrase>L*a*b*</phrase>
     </glossterm>
     <glossdef>
       <para>
-        The Lab color space (also called the L*a*b color space) is a
+        The Lab color space (also called the L*a*b* color space) is a
         <link linkend="glossary-colormodel">color model</link>
         developed in the beginning of the 1930s by the Commission
         Internationale d`Eclairage (CIE). It includes all the colors that
@@ -1941,7 +1941,7 @@
     </indexterm>
     <glossdef>
       <para>
-        SVG stands for Scalable Vector Graphics. It a format for
+        SVG stands for Scalable Vector Graphics. It is a format for
         two-dimensional vector graphics, both static and animated. You can
         export GIMP paths to SVG and you can import SVG documents into GIMP
         from a vector graphic software. See
@@ -2187,9 +2187,9 @@
       </para>
       <para>
         The YCbCr model is a slight adaptation of such a brightness-color
-        model. An RBG color value is divided into a basic brightness, Y, and
+        model. An RGB color value is divided into a basic brightness, Y, and
         two components, Cb and Cr, where Cb is a measurement of the deviation
-        from gray in the blue direction, or if it is less that 0.5, in the
+        from gray in the blue direction, or if it is less than 0.5, in the
         direction of yellow. Cr is the corresponding measurement for the
         difference in the direction of red or turquoise. This representation
         uses the peculiarity of the eye of being especially sensitive to green
diff --git a/src/menus/colors/components/decompose.xml b/src/menus/colors/components/decompose.xml
index 87f2673..ecdaadf 100644
--- a/src/menus/colors/components/decompose.xml
+++ b/src/menus/colors/components/decompose.xml
@@ -94,7 +94,7 @@
     </figure>
     <figure>
       <title>
-        <phrase>Decomposition to layers (RVB)</phrase>
+        <phrase>Decomposition to layers (RGB)</phrase>
       </title>
       <mediaobject>
         <imageobject>
diff --git a/src/menus/file/open.xml b/src/menus/file/open.xml
index 5f890b5..78d412e 100644
--- a/src/menus/file/open.xml
+++ b/src/menus/file/open.xml
@@ -91,7 +91,7 @@
     <orderedlist>
       <listitem>
         <para>
-          The <guibutton>Type a file name</guibutton> toggles beetwen add
+          The <guibutton>Type a file name</guibutton> toggles between add
           and remove the <guilabel>Location</guilabel> text box where you can
           type a path to an image file. If you don't type any path, the
           name of the selected file will be displayed. You can also type



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]