GNOME Bugzilla – Bug 371042
wrong name for 'Load file' dialog
Last modified: 2006-11-07 20:53:03 UTC
It's called, quite correctly, 'Open Document'. The manual section 3.1. To Open a File says: In the Load file dialog, select the file you want to open.
Created attachment 76041 [details] [review] Change Load File to Open Document
Comment on attachment 76041 [details] [review] Change Load File to Open Document >Index: evince.xml >=================================================================== >RCS file: /cvs/gnome/evince/help/C/evince.xml,v >retrieving revision 1.6 >diff -u -8 -p -r1.6 evince.xml >--- evince.xml 9 Mar 2006 17:22:20 -0000 1.6 >+++ evince.xml 5 Nov 2006 18:04:06 -0000 >@@ -223,17 +223,17 @@ > </sect1> > > <!-- ================ Usage ================================ --> > <sect1 id="evince-usage"> > <title>Usage</title> > > <!-- ================ Usage Subsection ================================ --> > <sect2 id="evince-open-file"> >- <title>To Open a File</title> >+ <title>To Open A Document</title> > <para>To open a File, perform the following steps:</para> > <orderedlist> > <listitem> > <para> > Choose <menuchoice> <guimenu>File</guimenu><guimenuitem>Open</guimenuitem> </menuchoice>. </para> > </listitem> > <listitem> > <para>
Excellent :) Though I actually meant to change the text that says 'In the Load file dialog, select the file you want to open.' My fault, sorry. I wasn't clear enough in the initial report. I was pushed for time and didn't make myself clear. But the change in your patch is good too :) So I'll commit that next time I'm on the right machine, and make the other change myself. The main point is you appear to have survived an initial encounter with documentation and docbook. Let me know on the mailing list if you want more :)
Thanks for the patch. Committed and closing as fixed.