[gimp-help/gimp-help-2-10] Fix issue #326: replace Kb with kB



commit a89fe42d7f0df7c3a9369a6116351dbba41e1ed8
Author: Anders Jonsson <anders jonsson norsjovallen se>
Date:   Wed Apr 13 22:54:04 2022 +0200

    Fix issue #326: replace Kb with kB
    
    (cherry picked from commit e2fb7ede2f1147baa0f53a5c84812817e4582a8b)

 src/concepts/imagewindow.xml       | 4 ++--
 src/filters/animation/optimize.xml | 6 +++---
 2 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/src/concepts/imagewindow.xml b/src/concepts/imagewindow.xml
index bd359ea38..82a072044 100644
--- a/src/concepts/imagewindow.xml
+++ b/src/concepts/imagewindow.xml
@@ -223,8 +223,8 @@
       <note>
         <para>
           Note that the memory used by the image is very
-          different from the image file size. For instance, a 70Kb .PNG
-          image may occupy 246Kb in RAM when displayed.
+          different from the image file size. For instance, a 70 kB .PNG
+          image may occupy 246 kB in RAM when displayed.
           There are two primary reasons the difference in memory usage.
           First, a .PNG file is compressed format, and the image is
           reconstituted in RAM in uncompressed form.
diff --git a/src/filters/animation/optimize.xml b/src/filters/animation/optimize.xml
index c7d3ae3ed..2c7d9c80c 100644
--- a/src/filters/animation/optimize.xml
+++ b/src/filters/animation/optimize.xml
@@ -90,7 +90,7 @@
     </informalfigure>
     <para>
       In this animation, the red ball goes downwards and past vertical bars.
-      File size is 600 Kb.
+      File size is 600 kB.
     </para>
 
     <informalfigure>
@@ -103,7 +103,7 @@
       </mediaobject>
     </informalfigure>
     <para>
-      File size moved to 153 Kb. Layers held only the part the background
+      File size moved to 153 kB. Layers held only the part the background
       which will be used to remove the trace of the red ball. The common part
       of layers is transparent.
     </para>
@@ -118,7 +118,7 @@
       </mediaobject>
     </informalfigure>
     <para>
-      File size moved to 154 Kb, a bit bigger in the present example, but
+      File size moved to 154 kB, a bit bigger in the present example, but
       layer size has been reduced. Layers held only a rectangular selection
       which includes the part of the background which will be used to remove
       the trace of the red ball. The common part of layers is transparent.


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