[gimp-help-2] Add some missing xreflabels



commit 0206f18c04bc780dd71834ad3cbe50c0ca61316c
Author: Ulf-D. Ehlert <ulfehlert svn gnome org>
Date:   Sun Jul 26 19:26:29 2009 +0200

    Add some missing xreflabels

 src/dialogs/channel-dialog.xml          |   15 ++++++++++-----
 src/dialogs/layer-dialog.xml            |    3 ++-
 src/menus/layer/text-commands.xml       |    4 ++--
 src/toolbox/tool-brush.xml              |    4 ++--
 src/using/preferences/prefs-display.xml |   15 +++++++--------
 5 files changed, 23 insertions(+), 18 deletions(-)
---
diff --git a/src/dialogs/channel-dialog.xml b/src/dialogs/channel-dialog.xml
index 29c220c..04bf3f4 100644
--- a/src/dialogs/channel-dialog.xml
+++ b/src/dialogs/channel-dialog.xml
@@ -448,20 +448,25 @@
               clicking on control keys.
             </para>
             <itemizedlist>
-              <listitem id="gimp-channel-selection-add">
-                <para><keycap>Shift</keycap>:
+              <listitem id="gimp-channel-selection-add"
+                xreflabel="Add to Selection">
+                <para>
+                  <keycap>Shift</keycap>:
                   the selection derived from a channel is added to the
                   previous active selection. The final selection is merged
                   from both.
                 </para>
               </listitem>
-              <listitem id="gimp-channel-selection-subtract">
-                <para><keycap>Ctrl</keycap>:
+              <listitem id="gimp-channel-selection-subtract"
+                xreflabel="Subtract from Selection">
+                <para>
+                  <keycap>Ctrl</keycap>:
                   the final selection is the subtraction of selection derived
                   from a channel from the previously active one.
                 </para>
               </listitem>
-              <listitem id="gimp-channel-selection-intersect">
+              <listitem id="gimp-channel-selection-intersect"
+                xreflabel="Intersect with Selection">
                 <para>
                   <keycombo>
                     <keycap>Shift</keycap><keycap>Ctrl</keycap>
diff --git a/src/dialogs/layer-dialog.xml b/src/dialogs/layer-dialog.xml
index 4afa959..e5d3f53 100644
--- a/src/dialogs/layer-dialog.xml
+++ b/src/dialogs/layer-dialog.xml
@@ -290,7 +290,8 @@
             </varlistentry>
             <varlistentry>
               <term>Opacity</term>
-              <listitem id="gimp-layer-dialog-opacity-scale">
+              <listitem id="gimp-layer-dialog-opacity-scale"
+                xreflabel="Opacity">
                 <indexterm>
                   <primary>Transparency</primary>
                   <secondary>Layer opacity</secondary>
diff --git a/src/menus/layer/text-commands.xml b/src/menus/layer/text-commands.xml
index 6b16d79..283246d 100644
--- a/src/menus/layer/text-commands.xml
+++ b/src/menus/layer/text-commands.xml
@@ -26,10 +26,10 @@
       <listitem>
         <para><xref linkend="gimp-layer-text-discard"/></para>
       </listitem>
-      <listitem id="gimp-layer-text-to-path">
+      <listitem id="gimp-layer-text-to-path" xreflabel="Path from Text">
         <para><xref linkend="text-to-path"/></para>
       </listitem>
-      <listitem id="gimp-layer-text-along-path">
+      <listitem id="gimp-layer-text-along-path" xreflabel="Text along Path">
         <para><xref linkend="text-along-path"/></para>
       </listitem>
       <listitem>
diff --git a/src/toolbox/tool-brush.xml b/src/toolbox/tool-brush.xml
index c3cfed7..adca9b0 100644
--- a/src/toolbox/tool-brush.xml
+++ b/src/toolbox/tool-brush.xml
@@ -234,11 +234,11 @@
 
     <para>
       Many tool options are shared by several brush tools: these are described
-      here. Options that apply onltool-options-brushcommony to one specific
+      here. Options that apply only to one specific
       tool, or to a small number of tools, are described in the sections
       devoted to those tools.
     </para>
-    <variablelist id="gimp-tool-painting-modes">
+    <variablelist id="gimp-tool-painting-modes" xreflabel="Painting Modes">
       <varlistentry>
         <term>Mode</term>
         <listitem>
diff --git a/src/using/preferences/prefs-display.xml b/src/using/preferences/prefs-display.xml
index 044723c..4cc5af2 100644
--- a/src/using/preferences/prefs-display.xml
+++ b/src/using/preferences/prefs-display.xml
@@ -1,11 +1,13 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE sect2 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.docbook.org/xml/4.3/docbookx.dtd";>
+<!DOCTYPE sect2 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
+                       "http://www.docbook.org/xml/4.3/docbookx.dtd";>
 <!-- section history
   2006-11-01 lexa: made the file docbook compliant
   2008-01-28 jpl: update text & images
 -->
 <sect2 id="gimp-prefs-display">
   <title>Display</title>
+
   <indexterm>
     <primary>Dialogs</primary>
     <secondary>Preferences</secondary>
@@ -41,12 +43,11 @@
 
   <sect3 id="gimp-prefs-display-options">
     <title>Options</title>
+
     <variablelist>
       <title>Transparency</title>
       <varlistentry>
-        <term>
-          <phrase>Transparency type</phrase>
-        </term>
+        <term>Transparency type</term>
         <listitem>
           <para>
             By default, GIMP indicates transparency using a checkerboard
@@ -57,9 +58,7 @@
         </listitem>
       </varlistentry>
       <varlistentry>
-        <term>
-          <phrase>Check size</phrase>
-        </term>
+        <term>Check size</term>
         <listitem>
           <para>
             Here you can alter the size of the squares in the checkerboard
@@ -77,7 +76,7 @@
         </imageobject>
       </mediaobject>
     </figure>
-    <variablelist id="gimp-prefs-monitor">
+    <variablelist id="gimp-prefs-monitor" xreflabel="Calibration">
       <varlistentry>
         <term>Monitor Resolution</term>
         <listitem>



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