[gedit] Further fixes to spaces in user help, bug 691330



commit 6bf3c9fbc3aa0dfe79b0827b7bc77be46a0df4d1
Author: Ekaterina Gerasimova <kittykat3756 gmail com>
Date:   Thu Feb 21 17:43:57 2013 +0000

    Further fixes to spaces in user help, bug 691330

 help/C/gedit-change-color-scheme.page         |    4 +-
 help/C/gedit-create-new-file.page             |    5 ++-
 help/C/gedit-edit-as-root.page                |   31 ++++++++++++++----------
 help/C/gedit-full-screen.page                 |    9 +++++--
 help/C/gedit-open-recent.page                 |    8 +++---
 help/C/gedit-plugins-doc-stats.page           |   20 ++++++++--------
 help/C/gedit-plugins-draw-spaces.page         |    4 +-
 help/C/gedit-plugins-file-browser.page        |    8 +++---
 help/C/gedit-plugins-insert-date-time.page    |    4 +-
 help/C/gedit-plugins-pyconsole.page           |    2 +-
 help/C/gedit-plugins-sort.page                |    6 ++--
 help/C/gedit-plugins-terminal.page            |    5 ++-
 help/C/gedit-plugins-text-size.page           |    4 +-
 help/C/gedit-spellcheck.page                  |   19 ++++++++-------
 help/C/gedit-view-open-files-in-sidepane.page |    6 ++--
 15 files changed, 73 insertions(+), 62 deletions(-)
---
diff --git a/help/C/gedit-change-color-scheme.page b/help/C/gedit-change-color-scheme.page
index d1887f7..d93fb38 100644
--- a/help/C/gedit-change-color-scheme.page
+++ b/help/C/gedit-change-color-scheme.page
@@ -35,8 +35,8 @@
     create and use your own color schemes.</p>
     <p>Instructions on how to install custom color schemes, as well as examples
     of color schemes that you can download and use, are available on the
-    <link href="http://live.gnome.org/GtkSourceView/StyleSchemes";>gedit wiki
-    </link>.</p>
+    <link href="http://live.gnome.org/GtkSourceView/StyleSchemes";>gedit
+    wiki</link>.</p>
   </section>
 
 </page>
diff --git a/help/C/gedit-create-new-file.page b/help/C/gedit-create-new-file.page
index 32cb1b0..fe11404 100644
--- a/help/C/gedit-create-new-file.page
+++ b/help/C/gedit-create-new-file.page
@@ -15,8 +15,9 @@
 
   <p>The easiest way to create a new file in <app>gedit</app>, is to click the
   icon that looks like a blank piece of paper with a "plus" sign next to it. If
-  you prefer, you may also select <guiseq><gui>File</gui><gui>New</gui>
-  </guiseq>, or press <keyseq><key>Ctrl</key><key>N</key></keyseq>.</p>
+  you prefer, you may also select
+  <guiseq><gui>File</gui><gui>New</gui></guiseq>, or press
+  <keyseq><key>Ctrl</key><key>N</key></keyseq>.</p>
 
   <p>Any one of these actions will create a new file in the <app>gedit</app>
   window. If you have other files open in <app>gedit</app>, the new file that
diff --git a/help/C/gedit-edit-as-root.page b/help/C/gedit-edit-as-root.page
index b03e462..fb3f221 100644
--- a/help/C/gedit-edit-as-root.page
+++ b/help/C/gedit-edit-as-root.page
@@ -13,24 +13,29 @@
 
   <title>Edit a file as the root user</title>
 
-  <note style="warning"><p>Editing files as the root user is potentially
-  dangerous, and may break your system in bad ways. Take great care when editing
-  files as the root user.</p></note>
+  <note style="warning">
+    <p>Editing files as the root user is potentially dangerous, and may break
+    your system in bad ways. Take great care when editing files as the root
+    user.</p>
+  </note>
 
   <p>To edit files as the root user, launch <app>gedit</app> from the terminal
-  by entering:</p> <code>sudo gedit</code>
-  <p>Using the 
-    <cmd>sudo</cmd>
-  command, you will need to successfully enter your password before <app>gedit
-  </app> will open.</p>
+  by entering:</p>
+  <code>sudo gedit</code>
+
+  <p>Using the <cmd>sudo</cmd> command, you will need to successfully enter
+  your password before <app>gedit</app> will open.</p>
 
   <p>As an alternative to the <cmd>sudo</cmd> command, you may obtain
   administrative privileges by entering:</p>
-    <code>su -</code>
-  <p>You would then launch <app>gedit</app> using the <cmd>gedit</cmd> command.
-  </p>
+  <code>su -</code>
+
+  <p>You would then launch <app>gedit</app> using the <cmd>gedit</cmd>
+  command.</p>
 
-  <note><p>Once you have opened <app>gedit</app> with administrative privileges,
-  the application will retain those privileges until you close it.</p></note>
+  <note>
+    <p>Once you have opened <app>gedit</app> with administrative privileges,
+    the application will retain those privileges until you close it.</p>
+  </note>
 
 </page>
diff --git a/help/C/gedit-full-screen.page b/help/C/gedit-full-screen.page
index 223d527..b75fd4c 100644
--- a/help/C/gedit-full-screen.page
+++ b/help/C/gedit-full-screen.page
@@ -30,9 +30,12 @@
     screen. The <app>gedit</app> menu bar will reappear, and you can select
     your desired action.</p>
 
-    <note><p>To switch between open tabs while in fullscreen mode, press either
-    <keyseq><key>Ctrl</key><key>Alt</key><key>PgUp</key></keyseq> or
-    <keyseq><key> Ctrl</key><key>Alt</key><key>PgDn</key></keyseq>.</p></note>
+    <note>
+      <p>To switch between open tabs while in fullscreen mode, press either
+      <keyseq><key>Ctrl</key><key>Alt</key><key>PgUp</key></keyseq> or
+      <keyseq><key> Ctrl</key><key>Alt</key><key>PgDn</key></keyseq>.</p>
+    </note>
+
   </section>
 
   <section id="turn-off-full-screen">
diff --git a/help/C/gedit-open-recent.page b/help/C/gedit-open-recent.page
index 95fd176..d2b4d2f 100644
--- a/help/C/gedit-open-recent.page
+++ b/help/C/gedit-open-recent.page
@@ -24,11 +24,11 @@
   </list>
 
   <note style="advanced"><p>To adjust the number of recently-used files that
-  gedit displays, you will need to use the <app>dconf-editor</app> application.
-  </p>
+  gedit displays, you will need to use the <app>dconf-editor</app>
+  application.</p>
     <list>
-      <item><p>Launch <app>dconf-editor</app> and select <guiseq><gui>org</gui
-      ><gui>gnome</gui><gui>gedit</gui><gui>preferences</gui><gui>ui</gui>
+      <item><p>Launch <app>dconf-editor</app> and select <guiseq><gui>org</gui>
+      <gui>gnome</gui><gui>gedit</gui><gui>preferences</gui><gui>ui</gui>
       <gui>max-recents</gui></guiseq>.</p></item>
       <item><p>Double-click on the number next to <gui>max-recents</gui> and
       change the number to your desired value.</p></item>
diff --git a/help/C/gedit-plugins-doc-stats.page b/help/C/gedit-plugins-doc-stats.page
index 6de70bc..f62af6d 100644
--- a/help/C/gedit-plugins-doc-stats.page
+++ b/help/C/gedit-plugins-doc-stats.page
@@ -20,25 +20,25 @@
 <title>Document statistics</title>
 
   <p>The <em>Document Statistics</em> plugin shows you various statistics about
-  your current document. To enable this plugin, select <guiseq><gui>Edit
-  </gui><gui>Preferences</gui><gui>Plugins</gui><gui>Document Statistics</gui>
-  </guiseq>.</p>
+  your current document. To enable this plugin, select <guiseq><gui>Edit</gui>
+  <gui>Preferences</gui><gui>Plugins</gui>
+  <gui>Document Statistics</gui></guiseq>.</p>
 
 <section id="using-doc-stats">
   <title>Using Document Statistics</title>
 
   <p>Once the plugin is enabled, use it by selecting <guiseq><gui>Tools</gui>
-  <gui>Document Statistics</gui></guiseq>.  A window will display the
+  <gui>Document Statistics</gui></guiseq>. A window will display the
   statistical information of your document, including the number of words,
-  lines, characters, non-space characters, and the size of your file in bytes.
-  </p>
+  lines, characters, non-space characters, and the size of your file in
+  bytes.</p>
 
   <p>You can also use <em>Document Statistics</em> to show you information about
   just a portion of your document. To do this, use the mouse pointer to select
-  the portion of text that you want to examine, and then select <guiseq><gui>
-  Tools</gui><gui>Document Statistics</gui></guiseq>.  <app>Gedit</app> will
-  display information for both your entire document, and for the portion of text
-  that you highlighted.</p>
+  the portion of text that you want to examine, and then select
+  <guiseq><gui>Tools</gui><gui>Document Statistics</gui></guiseq>.
+  <app>Gedit</app> will display information for both your entire document, and
+  for the portion of text that you highlighted.</p>
 </section>
 
 </page>
diff --git a/help/C/gedit-plugins-draw-spaces.page b/help/C/gedit-plugins-draw-spaces.page
index a95cf98..ebd1ff6 100644
--- a/help/C/gedit-plugins-draw-spaces.page
+++ b/help/C/gedit-plugins-draw-spaces.page
@@ -42,7 +42,7 @@
   </list>
    
   <note style="tip"><p>Though you will be able to see the dots when you work on 
-  a file, the dots will not be visible when you print a file to paper.</p>
-  </note>
+  a file, the dots will not be visible when you print a file to
+  paper.</p></note>
 
 </page>
diff --git a/help/C/gedit-plugins-file-browser.page b/help/C/gedit-plugins-file-browser.page
index b0cbb72..5d26c41 100644
--- a/help/C/gedit-plugins-file-browser.page
+++ b/help/C/gedit-plugins-file-browser.page
@@ -30,9 +30,10 @@
   <section id="sidepane-open">
     <title>Opening files from the side pane</title>
     <p>
-      To activate and use the <gui>side pane</gui>, select <guiseq><gui>View
-      </gui><gui>Side pane</gui></guiseq> (or just press <key>F9</key>), and
-      then click on the <gui>file-browser</gui> icon at the bottom of the pane.
+      To activate and use the <gui>side pane</gui>, select
+      <guiseq><gui>View</gui><gui>Side pane</gui></guiseq> (or just press
+      <key>F9</key>), and then click on the <gui>file-browser</gui> icon at the
+      bottom of the pane.
     </p>
 
     <p>
@@ -46,5 +47,4 @@
     </p>
   </section>
 
-
 </page>
diff --git a/help/C/gedit-plugins-insert-date-time.page b/help/C/gedit-plugins-insert-date-time.page
index a388fe4..4755679 100644
--- a/help/C/gedit-plugins-insert-date-time.page
+++ b/help/C/gedit-plugins-insert-date-time.page
@@ -22,8 +22,8 @@
   <p>As this name of this plugin suggests, the <gui>Insert Date/Time</gui>
   plugin allows you to insert the date and/or time at the current cursor
   position. To enable this plugin, select <guiseq><gui>Edit</gui>
-  <gui>Preferences</gui><gui> Plugins</gui>
-  <gui>Insert Date/Time</gui></guiseq>. To use the plugin, press
+  <gui>Preferences</gui><gui>Plugins</gui><gui>Insert Date/Time</gui></guiseq>.
+  To use the plugin, press
   <guiseq><gui>Edit</gui><gui>Insert Date and Time</gui></guiseq>.</p>
 
   <p>By default, the <gui>Insert Date/Time</gui> plugin will prompt you to
diff --git a/help/C/gedit-plugins-pyconsole.page b/help/C/gedit-plugins-pyconsole.page
index bb75f29..6dd92eb 100644
--- a/help/C/gedit-plugins-pyconsole.page
+++ b/help/C/gedit-plugins-pyconsole.page
@@ -17,7 +17,7 @@
   <p>You can add a Python console to the bottom pane, allowing you to test
   Python scripts without leaving <app>gedit</app>. To enable the Python
   console, select <guiseq><gui>Edit</gui><gui>Preferences</gui>
-  <gui>Plugins</gui><gui> Python Console</gui></guiseq>.</p>
+  <gui>Plugins</gui><gui>Python Console</gui></guiseq>.</p>
 
   <p>Once the Python console is enabled, you can open it by selecting
   <guiseq><gui>View</gui><gui>Bottom Pane</gui></guiseq>, or just press
diff --git a/help/C/gedit-plugins-sort.page b/help/C/gedit-plugins-sort.page
index 9e43072..e00a713 100644
--- a/help/C/gedit-plugins-sort.page
+++ b/help/C/gedit-plugins-sort.page
@@ -25,14 +25,14 @@
   correct a <gui>Sort</gui> operation, so we recommend that you save the file
   immediately before performing the sort. If you make a mistake with the sort,
   you can revert to the previously-saved version of the file by selecting
-  <guiseq><gui>File</gui> <gui>Revert</gui></guiseq>.</p></note>
+  <guiseq><gui>File</gui><gui>Revert</gui></guiseq>.</p></note>
 
   <p>To enable the <app>Sort</app> plugin, select <guiseq><gui>Edit</gui>
   <gui>Preferences</gui><gui>Plugins</gui><gui>Sort</gui></guiseq>.</p>
 
   <p>After you have enabled the <gui>Sort</gui> plugin, use it by selecting the
-  lines of text you want to sort, and then clicking <guiseq><gui>Edit</gui>
-  <gui>Sort</gui></guiseq>.</p>
+  lines of text you want to sort, and then clicking
+  <guiseq><gui>Edit</gui><gui>Sort</gui></guiseq>.</p>
 
   <p>The <gui>Sort</gui> dialog will open, allowing you to choose between
   several sorting options:</p>
diff --git a/help/C/gedit-plugins-terminal.page b/help/C/gedit-plugins-terminal.page
index fcfc306..ad0b45c 100644
--- a/help/C/gedit-plugins-terminal.page
+++ b/help/C/gedit-plugins-terminal.page
@@ -20,8 +20,9 @@
   pane of the <app>gedit</app> window.  This will let you run scripts, install
   needed software, or test your program without leaving <app>gedit</app>.</p>
 
-  <p>To enable this plugin, select <guiseq><gui>Edit</gui><gui>Preferences</gui>
-  <gui>Plugins</gui><gui>Embedded Terminal</gui></guiseq>.</p>
+  <p>To enable this plugin, select <guiseq><gui>Edit</gui>
+  <gui>Preferences</gui><gui>Plugins</gui>
+  <gui>Embedded Terminal</gui></guiseq>.</p>
 
   <p>Once you have enabled the plugin, add the terminal to the bottom pane by
   selecting <guiseq><gui>View</gui><gui>Bottom Pane</gui></guiseq>, or just
diff --git a/help/C/gedit-plugins-text-size.page b/help/C/gedit-plugins-text-size.page
index 627ffaf..99f62f6 100644
--- a/help/C/gedit-plugins-text-size.page
+++ b/help/C/gedit-plugins-text-size.page
@@ -18,8 +18,8 @@
 
   <p>The text size plugin allows you to temporarily change the text size in 
   <app>gedit</app> without changing the program's default text size. To enable 
-  this plugin, select <guiseq><gui>Edit</gui><gui>Preferences</gui><gui>Plugins
-  </gui><gui>Text Size</gui></guiseq>.</p>
+  this plugin, select <guiseq><gui>Edit</gui><gui>Preferences</gui>
+  <gui>Plugins</gui><gui>Text Size</gui></guiseq>.</p>
   
   <list>
   <title>Once you have enabled the plugin, do any of the following to change 
diff --git a/help/C/gedit-spellcheck.page b/help/C/gedit-spellcheck.page
index 614fec5..7c16964 100644
--- a/help/C/gedit-spellcheck.page
+++ b/help/C/gedit-spellcheck.page
@@ -19,25 +19,26 @@
   <title>Spell-check your document</title>
   <section id="enable-spell-check">
     <title>Enable the spell checker</title>
-    <p>To enable the plugin, select <guiseq><gui>Edit</gui><gui>Preferences
-    </gui><gui>Plugins</gui><gui>Spell Checker</gui></guiseq>.</p>
+    <p>To enable the plugin, select <guiseq><gui>Edit</gui>
+    <gui>Preferences</gui><gui>Plugins</gui>
+    <gui>Spell Checker</gui></guiseq>.</p>
 
     <p><app>gedit</app> will only check your document's spelling when you choose
-    <guiseq><gui>Tools</gui><gui>Check Spelling</gui></guiseq>. To have <app>
-    gedit</app> automatically check your spelling, select <guiseq><gui>Tools
-    </gui><gui>Highlight Misspelled Words</gui></guiseq>.</p>
+    <guiseq><gui>Tools</gui><gui>Check Spelling</gui></guiseq>. To have
+    <app>gedit</app> automatically check your spelling, select
+    <guiseq><gui>Tools</gui><gui>Highlight Misspelled Words</gui></guiseq>.</p>
   </section>
 
   <section id="define-spell-check-language">
     <title>Define the language to use for spell checking</title>
     <p>By default, <app>gedit</app> will use your current language to spell
-    check your document. If you need to use another language, choose <guiseq>
-    <gui>Tools</gui><gui>Set Language...</gui></guiseq>, then choose the
+    check your document. If you need to use another language, choose
+    <guiseq><gui>Tools</gui><gui>Set Languageā€¦</gui></guiseq>, then choose the
     language you want to use.</p>
     
   <note>
-    <p>The list of available languages will vary, depending on the configuration
-    of your system.</p>
+    <p>The list of available languages will vary, depending on the
+    configuration of your system.</p>
   </note>
   </section>
 
diff --git a/help/C/gedit-view-open-files-in-sidepane.page b/help/C/gedit-view-open-files-in-sidepane.page
index 56a9bbe..a4a57f4 100644
--- a/help/C/gedit-view-open-files-in-sidepane.page
+++ b/help/C/gedit-view-open-files-in-sidepane.page
@@ -30,9 +30,9 @@
 
   <p>The side pane also contains a <app>File Browser</app> view. If the pane
   displays a file directory instead of currently open files, click
-  <media type="image" mime="image/png" src="figures/gedit-side-pane2.png">
-  documents icon</media> at the bottom of the pane to switch to the
-  <app>Documents</app> view.</p>
+  <media type="image" mime="image/png" src="figures/gedit-side-pane2.png">documents
+  icon</media> at the bottom of the pane to switch to the <app>Documents</app>
+  view.</p>
 
   <note>
     <p>The side pane only displays files that are open in the current window.


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