[gnome-user-docs] Fix example for multiple backgrounds, bug 694563



commit 01e9e82802d290d2f8ad28fba9a5d256c5829d07
Author: Jana Svarova <jsvarova redhat com>
Date:   Wed May 8 18:53:19 2013 +0100

    Fix example for multiple backgrounds, bug 694563
    
    Fix indenting, improve section title and fix incorrect instructions
    which were introduced in commit e8127735e968f43e1f9d65790468e86ed16af43b

 system-admin-guide/C/backgrounds-extra.page |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/system-admin-guide/C/backgrounds-extra.page b/system-admin-guide/C/backgrounds-extra.page
index 28a3711..d93ac24 100644
--- a/system-admin-guide/C/backgrounds-extra.page
+++ b/system-admin-guide/C/backgrounds-extra.page
@@ -24,9 +24,9 @@
 
   <p>You can make extra backgrounds available to users on your system.</p>
 
-  <p>To do so, install an XML file describing your extra backgrounds in
-       the <file>/usr/share/gnome-background-properties/</file> directory.
-       Below is a simple example:</p>
+  <p>To do so, install an XML file describing your extra backgrounds in the
+  <file>/usr/share/gnome-background-properties/</file> directory.  Below is a
+  simple example:</p>
 
 <code><![CDATA[
 <?xml version="1.0" encoding="UTF-8"?>
@@ -45,10 +45,11 @@
 ]]></code>
 
 <section id="backgrounds-extra-two-wallpapers">
-  <title>An example with two &lt;wallpaper&gt;s</title>
+  <title>Add multiple backgrounds</title>
   <p>In one configuration file, it is possible to add multiple backgrounds 
    by adding more &lt;wallpaper&gt; elements.</p>
-  <p>See the following example which shows an XML file with two &lt;wallpaper&gt; elements</p>
+  <p>See the following example which shows an XML file with two
+  &lt;wallpaper&gt; elements</p>
 
 <code><![CDATA[
 <?xml version="1.0" encoding="UTF-8"?>
@@ -63,7 +64,6 @@
     <pcolor>#ffffff</pcolor>
     <scolor>#000000</scolor>
   </wallpaper>
-<wallpapers>
   <wallpaper deleted="false">
     <name>Company Background 2</name>
     <name xml:lang="de">Firmenhintergrund 2</name>


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