[gimp-help-2] Remove unwanted bullets



commit 4abf3bd78fc14356e026bdd5b3545f65c264cdc9
Author: Julien Hardelin <jhardlin orange fr>
Date:   Thu Sep 17 15:27:51 2015 +0200

    Remove unwanted bullets

 docs/templates/command_template.xml    |    4 +++-
 src/menus/edit/buffer.xml              |   18 +++++++-----------
 src/menus/edit/copy-visible.xml        |   18 +++++++-----------
 src/menus/edit/module-manager.xml      |   18 +++++++-----------
 src/menus/edit/paste-as-layer.xml      |   20 ++++++++------------
 src/menus/edit/paste-as-new.xml        |   20 ++++++++------------
 src/menus/edit/paste-as-pattern.xml    |   20 ++++++++------------
 src/menus/edit/paste-into.xml          |   18 +++++++-----------
 src/menus/edit/preferences.xml         |   18 +++++++-----------
 src/menus/edit/shortcuts.xml           |   18 +++++++-----------
 src/menus/edit/units.xml               |   18 +++++++-----------
 src/menus/select/all.xml               |    3 ---
 src/menus/select/border.xml            |   21 +++++++--------------
 src/menus/select/by_color.xml          |    3 ---
 src/menus/select/dialog.xml            |   23 ++++++++---------------
 src/menus/select/distort.xml           |   18 +++++++-----------
 src/menus/select/feather.xml           |   22 ++++++++--------------
 src/menus/select/float.xml             |    4 +---
 src/menus/select/from-path.xml         |    5 +----
 src/menus/select/grow.xml              |   22 ++++++++--------------
 src/menus/select/invert.xml            |    5 +----
 src/menus/select/none.xml              |    3 +--
 src/menus/select/qmask-toggle.xml      |    4 +---
 src/menus/select/rounded-rectangle.xml |   21 ++++++++-------------
 src/menus/select/sharpen.xml           |   22 ++++++++--------------
 src/menus/select/shrink.xml            |   22 ++++++++--------------
 src/menus/select/to-channel.xml        |    4 +---
 src/menus/select/to-path.xml           |    4 +---
 28 files changed, 145 insertions(+), 251 deletions(-)
---
diff --git a/docs/templates/command_template.xml b/docs/templates/command_template.xml
index 0019da4..d9ce3e8 100644
--- a/docs/templates/command_template.xml
+++ b/docs/templates/command_template.xml
@@ -20,7 +20,9 @@
 
   <sect3>
     <title>Activating the Command</title>
-
+    <!--
+      No <itemizedlist><listitem> if only one reference
+    -->
     <itemizedlist>
       <listitem>
         <para>
diff --git a/src/menus/edit/buffer.xml b/src/menus/edit/buffer.xml
index 8d87987..6a584ec 100644
--- a/src/menus/edit/buffer.xml
+++ b/src/menus/edit/buffer.xml
@@ -35,17 +35,13 @@
 
   <sect3>
     <title>Activate the Submenu</title>
-    <itemizedlist>
-      <listitem>
-        <para>
-          You can access this submenu from the image menubar through
-          <menuchoice>
-            <guimenu>Edit</guimenu>
-            <guimenuitem>Buffer</guimenuitem>
-          </menuchoice>.
-        </para>
-      </listitem>
-    </itemizedlist>
+    <para>
+      You can access this submenu from the image menubar through
+      <menuchoice>
+        <guimenu>Edit</guimenu>
+        <guimenuitem>Buffer</guimenuitem>
+      </menuchoice>.
+    </para>
   </sect3>
 
   <sect3>
diff --git a/src/menus/edit/copy-visible.xml b/src/menus/edit/copy-visible.xml
index fcadb50..06b4182 100644
--- a/src/menus/edit/copy-visible.xml
+++ b/src/menus/edit/copy-visible.xml
@@ -38,16 +38,12 @@
 
   <sect3>
     <title>Activating the Command</title>
-    <itemizedlist>
-      <listitem>
-        <para>
-          You can access this command from the image menubar through
-          <menuchoice>
-            <guimenu>Edit</guimenu>
-            <guimenuitem>Copy Visible</guimenuitem>
-          </menuchoice>.
-        </para>
-      </listitem>
-    </itemizedlist>
+    <para>
+      You can access this command from the image menubar through
+      <menuchoice>
+        <guimenu>Edit</guimenu>
+        <guimenuitem>Copy Visible</guimenuitem>
+      </menuchoice>.
+    </para>
   </sect3>
 </sect2>
diff --git a/src/menus/edit/module-manager.xml b/src/menus/edit/module-manager.xml
index f2009af..e9826e4 100644
--- a/src/menus/edit/module-manager.xml
+++ b/src/menus/edit/module-manager.xml
@@ -32,17 +32,13 @@
 
   <sect3>
     <title>Activating the Command</title>
-    <itemizedlist>
-      <listitem>
-        <para>
-          You can access this command from the image menubar through
-          <menuchoice>
-            <guimenu>Edit</guimenu>
-            <guimenuitem>Modules</guimenuitem>
-          </menuchoice>
-        </para>
-      </listitem>
-    </itemizedlist>
+    <para>
+      You can access this command from the image menubar through
+      <menuchoice>
+        <guimenu>Edit</guimenu>
+        <guimenuitem>Modules</guimenuitem>
+      </menuchoice>
+    </para>
   </sect3>
 
   <sect3>
diff --git a/src/menus/edit/paste-as-layer.xml b/src/menus/edit/paste-as-layer.xml
index dc74002..646055f 100644
--- a/src/menus/edit/paste-as-layer.xml
+++ b/src/menus/edit/paste-as-layer.xml
@@ -30,17 +30,13 @@
 
   <sect4>
     <title>Activate the Command</title>
-    <itemizedlist>
-      <listitem>
-        <para>
-          You can access this command from the image menubar through
-          <menuchoice>
-            <guimenu>Edit</guimenu>
-            <guisubmenu>Paste as</guisubmenu>
-            <guimenuitem>New Layer</guimenuitem>
-          </menuchoice>.
-        </para>
-      </listitem>
-    </itemizedlist>
+    <para>
+      You can access this command from the image menubar through
+      <menuchoice>
+        <guimenu>Edit</guimenu>
+        <guisubmenu>Paste as</guisubmenu>
+        <guimenuitem>New Layer</guimenuitem>
+      </menuchoice>.
+    </para>
   </sect4>
 </sect3>
diff --git a/src/menus/edit/paste-as-new.xml b/src/menus/edit/paste-as-new.xml
index da2077c..1d51cc0 100644
--- a/src/menus/edit/paste-as-new.xml
+++ b/src/menus/edit/paste-as-new.xml
@@ -35,17 +35,13 @@
 
   <sect4>
     <title>Activate the Command</title>
-    <itemizedlist>
-      <listitem>
-        <para>
-          You can access this command from the image menubar through
-          <menuchoice>
-            <guimenu>Edit</guimenu>
-            <guisubmenu>Paste as</guisubmenu>
-            <guimenuitem>New Image</guimenuitem>
-          </menuchoice>.
-        </para>
-      </listitem>
-    </itemizedlist>
+    <para>
+      You can access this command from the image menubar through
+      <menuchoice>
+        <guimenu>Edit</guimenu>
+        <guisubmenu>Paste as</guisubmenu>
+        <guimenuitem>New Image</guimenuitem>
+      </menuchoice>.
+    </para>
   </sect4>
 </sect3>
diff --git a/src/menus/edit/paste-as-pattern.xml b/src/menus/edit/paste-as-pattern.xml
index 94d3e42..ad0485f 100644
--- a/src/menus/edit/paste-as-pattern.xml
+++ b/src/menus/edit/paste-as-pattern.xml
@@ -63,17 +63,13 @@
 
   <sect4>
     <title>Activate the Command</title>
-    <itemizedlist>
-      <listitem>
-        <para>
-          You can access this command from the image menubar through
-          <menuchoice>
-            <guimenu>Edit</guimenu>
-            <guisubmenu>Paste as </guisubmenu>
-            <guimenuitem>New Pattern…</guimenuitem>
-          </menuchoice>.
-        </para>
-      </listitem>
-    </itemizedlist>
+    <para>
+      You can access this command from the image menubar through
+      <menuchoice>
+        <guimenu>Edit</guimenu>
+        <guisubmenu>Paste as </guisubmenu>
+        <guimenuitem>New Pattern…</guimenuitem>
+      </menuchoice>.
+    </para>
   </sect4>
 </sect3>
diff --git a/src/menus/edit/paste-into.xml b/src/menus/edit/paste-into.xml
index 057d497..225c70b 100644
--- a/src/menus/edit/paste-into.xml
+++ b/src/menus/edit/paste-into.xml
@@ -38,16 +38,12 @@
 
   <sect3>
     <title>Activate the Command</title>
-    <itemizedlist>
-      <listitem>
-        <para>
-          You can access this command from the image menubar through
-          <menuchoice>
-            <guimenu>Edit</guimenu>
-            <guimenuitem>Paste Into</guimenuitem>
-          </menuchoice>.
-        </para>
-      </listitem>
-    </itemizedlist>
+    <para>
+      You can access this command from the image menubar through
+      <menuchoice>
+        <guimenu>Edit</guimenu>
+        <guimenuitem>Paste Into</guimenuitem>
+      </menuchoice>.
+      </para>
   </sect3>
 </sect2>
diff --git a/src/menus/edit/preferences.xml b/src/menus/edit/preferences.xml
index dc1f00d..69cefa5 100644
--- a/src/menus/edit/preferences.xml
+++ b/src/menus/edit/preferences.xml
@@ -22,16 +22,12 @@
 
   <sect3>
     <title>Activate Command</title>
-    <itemizedlist>
-      <listitem>
-        <para>
-          You can access this command in the image menu bar through
-          <menuchoice>
-            <guimenu>Edit</guimenu>
-            <guimenuitem>Preferences</guimenuitem>
-          </menuchoice>
-        </para>
-      </listitem>
-    </itemizedlist>
+    <para>
+      You can access this command in the image menu bar through
+      <menuchoice>
+        <guimenu>Edit</guimenu>
+        <guimenuitem>Preferences</guimenuitem>
+      </menuchoice>
+    </para>
   </sect3>
 </sect2>
diff --git a/src/menus/edit/shortcuts.xml b/src/menus/edit/shortcuts.xml
index 84f3b2f..1c0c28a 100644
--- a/src/menus/edit/shortcuts.xml
+++ b/src/menus/edit/shortcuts.xml
@@ -20,16 +20,12 @@
 
   <sect3>
     <title>Activate the Command</title>
-    <itemizedlist>
-      <listitem>
-        <para>
-          You can access this command from the image menubar through
-          <menuchoice>
-            <guimenu>Edit</guimenu>
-            <guimenuitem>Keyboard Shortcuts…</guimenuitem>
-          </menuchoice>.
-        </para>
-      </listitem>
-    </itemizedlist>
+    <para>
+      You can access this command from the image menubar through
+      <menuchoice>
+        <guimenu>Edit</guimenu>
+        <guimenuitem>Keyboard Shortcuts…</guimenuitem>
+      </menuchoice>.
+    </para>
   </sect3>
 </sect2>
diff --git a/src/menus/edit/units.xml b/src/menus/edit/units.xml
index 2421520..efba258 100644
--- a/src/menus/edit/units.xml
+++ b/src/menus/edit/units.xml
@@ -30,17 +30,13 @@
 
   <sect3>
     <title>Activate the Command</title>
-    <itemizedlist>
-      <listitem>
-        <para>
-          You can access this command from the image menubar through
-          <menuchoice>
-            <guimenu>Edit</guimenu>
-            <guimenuitem>Units</guimenuitem>
-          </menuchoice>.
-        </para>
-      </listitem>
-    </itemizedlist>
+    <para>
+      You can access this command from the image menubar through
+      <menuchoice>
+        <guimenu>Edit</guimenu>
+        <guimenuitem>Units</guimenuitem>
+      </menuchoice>.
+    </para>
   </sect3>
 
   <sect3>
diff --git a/src/menus/select/all.xml b/src/menus/select/all.xml
index 38afb24..76c0956 100644
--- a/src/menus/select/all.xml
+++ b/src/menus/select/all.xml
@@ -3,9 +3,6 @@
                        "http://www.docbook.org/xml/4.3/docbookx.dtd";>
 <!-- section history:
   2009-01-10 j.h: reviewed for v2.6
-  2007-05-12 Added Spanih translation by AntI
-  2006-01-23 fr reviewed by j.h
-  2005/09/17 reviewed; de added by axel.wernicke
 -->
 <sect2 id="gimp-selection-all">
   <title>Select All</title>
diff --git a/src/menus/select/border.xml b/src/menus/select/border.xml
index 0ce48f0..c5fd8e4 100644
--- a/src/menus/select/border.xml
+++ b/src/menus/select/border.xml
@@ -4,9 +4,6 @@
 <!-- section history:
   2009-01-10 j.h: reviewed for v2.6
   2007-08-05 ude: added new options of GIMP 2.4.
-  2007-05-12 Added Spanish translation by AntI
-  2006-01-23 fr reviewed by j.h
-  2005/09/16 reviewed; de added by axel.wernicke
 -->
 <sect2 id="gimp-selection-border">
   <title>Border</title>
@@ -54,17 +51,13 @@
 
   <sect3>
     <title>Activating the Command</title>
-    <itemizedlist>
-      <listitem>
-        <para>
-          You can access this command from the image menubar through
-          <menuchoice>
-            <guimenu>Select</guimenu>
-            <guimenuitem>Border</guimenuitem>
-          </menuchoice>.
-        </para>
-      </listitem>
-    </itemizedlist>
+    <para>
+      You can access this command from the image menubar through
+      <menuchoice>
+        <guimenu>Select</guimenu>
+        <guimenuitem>Border</guimenuitem>
+      </menuchoice>.
+    </para>
   </sect3>
 
   <sect3>
diff --git a/src/menus/select/by_color.xml b/src/menus/select/by_color.xml
index 957b00c..9dddd39 100644
--- a/src/menus/select/by_color.xml
+++ b/src/menus/select/by_color.xml
@@ -3,9 +3,6 @@
                        "http://www.docbook.org/xml/4.3/docbookx.dtd";>
 <!-- section history:
   2009-01-10 j.h: reviewed for v2.6
-  2007-05-12 Added Spanish translation by AntI
-  2006-01-23 en;fr reviewed by j.h
-  2005/09/16 reviewed; de added by axel.wernicke
 -->
 <sect2 id="gimp-selection-by_color">
   <title>By Color</title>
diff --git a/src/menus/select/dialog.xml b/src/menus/select/dialog.xml
index 9f7c909..f4229d5 100644
--- a/src/menus/select/dialog.xml
+++ b/src/menus/select/dialog.xml
@@ -3,10 +3,7 @@
                        "http://www.docbook.org/xml/4.3/docbookx.dtd";>
 <!-- section history:
   2009-01-10 j.h: reviewed for v2.6
-  2007-05-12 Added Spanish translation by AntI
-  2007-02-12 KoSt: added 'no'
   2006-08-14 New section added by sally
-  2005/09/16 reviewed; de added by axel.wernicke
   2005-06-02 created by julien hardelin
 -->
 <sect2 id="gimp-selection-dialog">
@@ -34,18 +31,14 @@
 
   <sect3>
     <title>Activating the Command</title>
-    <itemizedlist>
-      <listitem>
-        <para>
-          You can access this command from the image menubar through
-          <menuchoice>
-            <guimenu>Select</guimenu>
-            <guimenuitem>Selection Editor</guimenuitem>
-          </menuchoice>.
-        </para>
-      </listitem>
-    </itemizedlist>
-  </sect3>
+    <para>
+      You can access this command from the image menubar through
+      <menuchoice>
+        <guimenu>Select</guimenu>
+        <guimenuitem>Selection Editor</guimenuitem>
+      </menuchoice>.
+    </para>
+   </sect3>
 
   <sect3>
     <title>
diff --git a/src/menus/select/distort.xml b/src/menus/select/distort.xml
index 9f8c6b9..a883623 100644
--- a/src/menus/select/distort.xml
+++ b/src/menus/select/distort.xml
@@ -44,17 +44,13 @@
 
   <sect3>
     <title>Activating the Command</title>
-    <itemizedlist>
-      <listitem>
-        <para>
-          You can access this command from the image menu bar through
-          <menuchoice>
-            <guimenu>Select</guimenu>
-            <guimenuitem>Distort...</guimenuitem>
-          </menuchoice>.
-        </para>
-      </listitem>
-  </itemizedlist>
+    <para>
+      You can access this command from the image menu bar through
+      <menuchoice>
+        <guimenu>Select</guimenu>
+        <guimenuitem>Distort...</guimenuitem>
+      </menuchoice>.
+    </para>
   </sect3>
 
   <sect3>
diff --git a/src/menus/select/feather.xml b/src/menus/select/feather.xml
index f4768bf..a61f5e1 100644
--- a/src/menus/select/feather.xml
+++ b/src/menus/select/feather.xml
@@ -3,9 +3,7 @@
                        "http://www.docbook.org/xml/4.3/docbookx.dtd";>
 <!-- section history:
   2009-01-10 j.h: reviewed for v2.6
-  2007-05-12 Added Spanish translation by AntI
-  2006-01-23 en;fr reviewed by j.h
-  2005/09/16 reviewed; de added by axel.wernicke
+
 -->
 <sect2 id="gimp-selection-feather">
   <title>Feather</title>
@@ -25,17 +23,13 @@
 
   <sect3>
     <title>Activating the Command</title>
-    <itemizedlist>
-      <listitem>
-        <para>
-          You can access this command from the image menubar through
-          <menuchoice>
-            <guimenu>Select</guimenu>
-            <guimenuitem>Feather</guimenuitem>
-          </menuchoice>.
-        </para>
-      </listitem>
-    </itemizedlist>
+    <para>
+      You can access this command from the image menubar through
+      <menuchoice>
+        <guimenu>Select</guimenu>
+        <guimenuitem>Feather</guimenuitem>
+      </menuchoice>.
+    </para>
   </sect3>
 
   <sect3>
diff --git a/src/menus/select/float.xml b/src/menus/select/float.xml
index 82c05f9..0215a5b 100644
--- a/src/menus/select/float.xml
+++ b/src/menus/select/float.xml
@@ -4,9 +4,7 @@
 <!-- section history:
   2009-02-20 ude: rearranged, especially moved some glossary paras here
   2009-01-10 j.h: reviewed for v2.6
-  2007-05-12 Added Spanish translation by AntI
-  2006-01-24 en;fr reviewed by j.h
-  2005/09/15 reviewed; de added by axel.wernicke
+
 -->
 <sect2 id="gimp-selection-float">
   <title>Float</title>
diff --git a/src/menus/select/from-path.xml b/src/menus/select/from-path.xml
index 699623f..e94f50f 100644
--- a/src/menus/select/from-path.xml
+++ b/src/menus/select/from-path.xml
@@ -4,10 +4,7 @@
 <!-- section history:
   2009-02-18 ude: changed id (was: gimp-selection-from-path)
   2009-01-10 j.h: reviewed for v2.6
-  2007-05-12 Added Spanish translation by AntI
-  2006-01-24 fr reviewed by j.h
-  2005/09/15 reviewed; de added by axel.wernicke
-  2005/05/27 changed en
+
 -->
 <sect2 id="gimp-path-selection-replace">
   <title>From Path</title>
diff --git a/src/menus/select/grow.xml b/src/menus/select/grow.xml
index c6068ed..c09b551 100644
--- a/src/menus/select/grow.xml
+++ b/src/menus/select/grow.xml
@@ -3,9 +3,7 @@
                        "http://www.docbook.org/xml/4.3/docbookx.dtd";>
 <!-- section history:
   2009-01-10 j.h: reviewed for v2.6
-  2007-05-12 Added Spanish translation by AntI
-  2006-01-28 en;fr reviewed by j.h - sect3 added for rounded corners
-  2005-09-14 reviewed; de added by axel.wernicke
+
 -->
 <sect2 id="gimp-selection-grow">
   <title>Grow</title>
@@ -24,17 +22,13 @@
 
   <sect3>
     <title>Activating the Command</title>
-    <itemizedlist>
-      <listitem>
-        <para>
-          You can access this command from the image menubar through
-          <menuchoice>
-            <guimenu>Select</guimenu>
-            <guimenuitem>Grow</guimenuitem>
-          </menuchoice>.
-        </para>
-      </listitem>
-    </itemizedlist>
+    <para>
+      You can access this command from the image menubar through
+      <menuchoice>
+        <guimenu>Select</guimenu>
+        <guimenuitem>Grow</guimenuitem>
+      </menuchoice>.
+    </para>
   </sect3>
 
   <sect3>
diff --git a/src/menus/select/invert.xml b/src/menus/select/invert.xml
index cf6eb53..85dcfc1 100644
--- a/src/menus/select/invert.xml
+++ b/src/menus/select/invert.xml
@@ -4,10 +4,7 @@
 <!-- section history:
   2009-01-10 j.h: reviewed for v2.6
   2008-01-02 Added access through Selection Editor
-  2007-05-12 Added Spanish translation by AntI
-  2006-08-15 scb: revised 'en'
-  2006-01-28 en;fr reviewed by j.h
-  2005/09/14 de created by axel.wernicke
+
 -->
 <sect2 id="gimp-selection-invert">
   <title>Invert</title>
diff --git a/src/menus/select/none.xml b/src/menus/select/none.xml
index eaa4a29..f5f8038 100644
--- a/src/menus/select/none.xml
+++ b/src/menus/select/none.xml
@@ -3,8 +3,7 @@
                        "http://www.docbook.org/xml/4.3/docbookx.dtd";>
 <!-- section history:
   2007-05-12 Added Spanish translation by AntI
-  2006-01-28 en;fr reviewed by j.h
-  2005/09/14 de created by axel.wernicke
+
 -->
 <sect2 id="gimp-selection-none">
   <title>None</title>
diff --git a/src/menus/select/qmask-toggle.xml b/src/menus/select/qmask-toggle.xml
index cc4fa7b..70c8678 100644
--- a/src/menus/select/qmask-toggle.xml
+++ b/src/menus/select/qmask-toggle.xml
@@ -3,9 +3,7 @@
                        "http://www.docbook.org/xml/4.3/docbookx.dtd";>
 <!-- section history:
      2009-01-11 j.h: reviewed for v2.6
-     2007-05-13 Added Spanish translation by AntI
-     2006-01-22 fr reviewed by j.h
-     2005/09/03 de reviewed by axel.wernicke
+
 -->
 <sect2 id="gimp-quick-mask-toggle">
   <title>Toggle QuickMask</title>
diff --git a/src/menus/select/rounded-rectangle.xml b/src/menus/select/rounded-rectangle.xml
index 0ab357b..e94d7ba 100644
--- a/src/menus/select/rounded-rectangle.xml
+++ b/src/menus/select/rounded-rectangle.xml
@@ -3,8 +3,7 @@
                        "http://www.docbook.org/xml/4.3/docbookx.dtd";>
 <!-- section history:
   2009-01-11 j.h: reviewed for v2.6
-  2007-05-12 Adde Spanish translation by AntI
-  2005-09-6 reviewed; de added by axel.wernicke
+
 -->
 <sect2 id="script-fu-selection-rounded-rectangle">
   <title>Rounded Rectangle</title>
@@ -53,17 +52,13 @@
 
   <sect3>
     <title>Activating the Command</title>
-    <itemizedlist>
-      <listitem>
-        <para>
-          You can access this command from the image menu bar through
-          <menuchoice>
-            <guimenu>Select</guimenu>
-            <guimenuitem>Rounded Rectangle…</guimenuitem>
-          </menuchoice>.
-        </para>
-      </listitem>
-    </itemizedlist>
+    <para>
+      You can access this command from the image menu bar through
+      <menuchoice>
+        <guimenu>Select</guimenu>
+        <guimenuitem>Rounded Rectangle…</guimenuitem>
+      </menuchoice>.
+    </para>
   </sect3>
 
   <sect3>
diff --git a/src/menus/select/sharpen.xml b/src/menus/select/sharpen.xml
index e960cdf..02b4e9c 100644
--- a/src/menus/select/sharpen.xml
+++ b/src/menus/select/sharpen.xml
@@ -3,9 +3,7 @@
                        "http://www.docbook.org/xml/4.3/docbookx.dtd";>
 <!-- section history:
   2009-01-10 j.h: reviewed for v2.6
-  2007-05-12 Added Spanish translation by AntI
-  2006-01-28 en;fr reviewed by j.h
-  2005/09/14 de created by axel.wernicke
+
 -->
 <sect2 id="gimp-selection-sharpen">
   <title>Sharpen</title>
@@ -31,16 +29,12 @@
 
   <sect3>
     <title>Activating the Command</title>
-    <itemizedlist>
-      <listitem>
-        <para>
-          You can access this command from the image menubar through
-          <menuchoice>
-            <guimenu>Select</guimenu>
-            <guimenuitem>Sharpen</guimenuitem>
-          </menuchoice>.
-        </para>
-      </listitem>
-    </itemizedlist>
+    <para>
+      You can access this command from the image menubar through
+      <menuchoice>
+        <guimenu>Select</guimenu>
+        <guimenuitem>Sharpen</guimenuitem>
+      </menuchoice>.
+    </para>
   </sect3>
 </sect2>
diff --git a/src/menus/select/shrink.xml b/src/menus/select/shrink.xml
index 9dc9d3a..ea1cadd 100644
--- a/src/menus/select/shrink.xml
+++ b/src/menus/select/shrink.xml
@@ -3,9 +3,7 @@
                        "http://www.docbook.org/xml/4.3/docbookx.dtd";>
 <!-- section history:
   2009-01-10 j.h: reviewed for v2.6
-  2007-05-12 Added Spanish translation by AntI
-  2006-01-28 en;fr reviewed by j.h
-  2005/09/12 reviewed; de added by axel.wernicke
+
 -->
 <sect2 id="gimp-selection-shrink">
   <title>Shrink</title>
@@ -26,17 +24,13 @@
 
   <sect3>
     <title>Activating the Command</title>
-    <itemizedlist>
-      <listitem>
-        <para>
-          You can access this command from the image menubar through
-          <menuchoice>
-            <guimenu>Select</guimenu>
-            <guimenuitem>Shrink...</guimenuitem>
-          </menuchoice>.
-        </para>
-      </listitem>
-    </itemizedlist>
+    <para>
+      You can access this command from the image menubar through
+      <menuchoice>
+        <guimenu>Select</guimenu>
+        <guimenuitem>Shrink...</guimenuitem>
+      </menuchoice>.
+    </para>
   </sect3>
 
   <sect3>
diff --git a/src/menus/select/to-channel.xml b/src/menus/select/to-channel.xml
index 793f958..971b8ae 100644
--- a/src/menus/select/to-channel.xml
+++ b/src/menus/select/to-channel.xml
@@ -3,10 +3,8 @@
                        "http://www.docbook.org/xml/4.3/docbookx.dtd";>
 <!-- section history:
   2009-01-11 j.h: reviewed for v2.6
-  2007-05-12 Added Spanish translation by AntI
-  2006-01-28 en;fr reviewed by j.h
-  2005/09/12 reviewed; de added by axel.wernicke
 -->
+
 <sect2 id="gimp-selection-to-channel">
   <title>Save to Channel</title>
 
diff --git a/src/menus/select/to-path.xml b/src/menus/select/to-path.xml
index eb804bc..e745b55 100644
--- a/src/menus/select/to-path.xml
+++ b/src/menus/select/to-path.xml
@@ -3,10 +3,8 @@
                        "http://www.docbook.org/xml/4.3/docbookx.dtd";>
 <!-- section history:
   2009-01-11 j.h: reviewed for v2.6
-  2007-05-12 Added Spanish translation by AntI
-  2006-01-28 en;fr reviewed by j.h
-  2005/09/12 reviewed; de added by axel.wernicke
 -->
+
 <sect2 id="gimp-selection-to-path">
   <title>To Path</title>
   <indexterm>


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