[gimp-help-2] Minor bugfixes



commit 83cf4f1680ca5db3931ee8e4008e26635671a60b
Author: Ulf-D. Ehlert <ulfehlert svn gnome org>
Date:   Tue Feb 22 18:49:34 2011 +0100

    Minor bugfixes
    
    * Fix typo ("burredness") in warp.xml.
    * Fix bug #642729 (interchange opaque and transparent in
      alpha channel description).

 src/dialogs/histogram-dialog.xml |    6 +++---
 src/filters/map/warp.xml         |    2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/src/dialogs/histogram-dialog.xml b/src/dialogs/histogram-dialog.xml
index 836fff1..f6daa4d 100644
--- a/src/dialogs/histogram-dialog.xml
+++ b/src/dialogs/histogram-dialog.xml
@@ -178,9 +178,9 @@
               <listitem>
                 <para>
                   This shows the distribution of opacity levels. If the layer
-                  is completely opaque or completely transparent, the
-                  histogram will consist of a single bar on the left or right
-                  edge.
+                  is completely transparent (alpha&nbsp;=&nbsp;0) or
+                  completely opaque (alpha&nbsp;=&nbsp;255), the histogram
+                  will consist of a single bar on the left or right edge.
                 </para>
               </listitem>
             </varlistentry>
diff --git a/src/filters/map/warp.xml b/src/filters/map/warp.xml
index 193870a..48bb87f 100644
--- a/src/filters/map/warp.xml
+++ b/src/filters/map/warp.xml
@@ -310,7 +310,7 @@
             option lets you set how much the grayscale variations will
             influence the displacement of pixels. On every iteration, the
             filter works of the whole image, not only on the red object: this
-            explains burredness.
+            explains blurredness.
           </para>
           <figure>
             <title>Gradient scale example</title>



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