[gedit] Various minor changes to the 'Re-open a recently-used file' page



commit f87836e0cce423cd66fbcb0a040c503a06d95fd8
Author: Daniel Neel <dneelyep gmail com>
Date:   Sun Dec 12 22:14:21 2010 -0500

    Various minor changes to the 'Re-open a recently-used file' page
    
    * Added <app> tags to an instance of 'gedit'
    * Changed a <list> into a set of <steps>
    * Standardized all cases of recently + used to 'recently-used'
    * Changed 'Max_Recents' to 'max_recents', based on what I saw when I repeated the step
    * Changed the <guiseq> in the note based on what I saw when I repeated it

 help/C/gedit-open-recent.page |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)
---
diff --git a/help/C/gedit-open-recent.page b/help/C/gedit-open-recent.page
index e7330cf..1a93e30 100644
--- a/help/C/gedit-open-recent.page
+++ b/help/C/gedit-open-recent.page
@@ -13,17 +13,18 @@
 
 <title>Re-open a recently-used file</title>
 
-  <p>By default, gedit provides easy-access to five of your most-recently used files.  To open a recently-used file, complete the following steps.</p>
-  <list>
+  <p>By default, <app>gedit</app> provides easy access to five of your most recently-used files. To open a recently-used file, complete the following steps.</p>
+  <steps>
+    <title>Open a recently-used file</title>
     <item><p>Click the downward-facing arrow to the right of the <gui>Open</gui> button.</p></item>
     <item><p><app>gedit</app> will display a list of the five most-recently used files.</p></item>
     <item><p>Select the desired file, and it will open in the next available tab.</p></item>
-  </list>
+  </steps>
 
   <note type="advanced"><p>To adjust the number of recently-used files that gedit displays, you will need to use the <app>gconf-editor</app> application.</p>
     <list>
-      <item><p>Launch <app>gconf-editor</app>, and select <guiseq><gui>apps</gui><gui>gedit-2</gui><gui>ui</gui><gui>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>
+      <item><p>Launch <app>gconf-editor</app> and select <guiseq><gui>apps</gui><gui>gedit-2</gui><gui>preferences</gui><gui>ui</gui><gui>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>
     </list>
   </note>
 </page>



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