Skip to content

Commit ed8910b

Browse files
rbujsc0w
authored andcommitted
Fix spelling and grammar mistakes
1 parent 7e110fa commit ed8910b

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

‎help/C/index.docbook‎

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
<othercredit role="reviewer">
9797
<firstname>Baris</firstname>
9898
<surname>Cicek provided information from earlier revisions of the pluma application.</surname>
99-
<contrib>Acknowledgements</contrib>
99+
<contrib>Acknowledgments</contrib>
100100
</othercredit>
101101
<othercredit role="reviewer">
102102
<firstname>Ajit</firstname>
@@ -328,7 +328,7 @@
328328
<varlistentry> <term>Side Pane</term>
329329
<listitem>
330330
<para>The side pane displays a list of open documents, and other information depending on which plugins are enabled.</para>
331-
<para>By default the side pane is not shown. To show it, choose <menuchoice><guimenu>View</guimenu><guimenuitem>Side Pane</guimenuitem></menuchoice>.</para>
331+
<para>By default, the side pane is not shown. To show it, choose <menuchoice><guimenu>View</guimenu><guimenuitem>Side Pane</guimenuitem></menuchoice>.</para>
332332
</listitem>
333333
</varlistentry>
334334
<varlistentry> <term>Bottom Pane</term>
@@ -349,7 +349,7 @@
349349
<para>You can run <application>&app;</application> from a command line and open a single file or multiple files. To open multiple files from a command line, type the following command, then press <keycap>Return</keycap>:</para>
350350
<para><command>pluma <replaceable>file1.txt file2.txt file3.txt</replaceable></command></para>
351351
<para>Alternatively, you can specify a URI instead of a filename.</para>
352-
<para>For more information on how to run <application>&app;</application> from a command line, see the unix manual page for &app;, <ulink url="man:pluma" type="man"><citerefentry><refentrytitle>&app;</refentrytitle><manvolnum>1</manvolnum></citerefentry></ulink>.</para>
352+
<para>For more information on how to run <application>&app;</application> from a command line, see the Unix manual page for &app;, <ulink url="man:pluma" type="man"><citerefentry><refentrytitle>&app;</refentrytitle><manvolnum>1</manvolnum></citerefentry></ulink>.</para>
353353
</sect2>
354354
</sect1>
355355
<!-- ================ Usage ================================ -->
@@ -382,7 +382,7 @@
382382
</listitem>
383383
<listitem><para>To save a new file or to save an existing file under a new filename, choose <menuchoice> <guimenu>File</guimenu> <guimenuitem>Save As</guimenuitem> </menuchoice>. Enter a name for the file in the <guilabel>Save As</guilabel> dialog, then click <guibutton>Save</guibutton>. </para>
384384
</listitem>
385-
<listitem><para>To save all of the files that are currently open in <application>&app;</application>, choose <menuchoice> <guimenu>Documents</guimenu> <guimenuitem>Save All</guimenuitem> </menuchoice>.</para>
385+
<listitem><para>To save all the files that are currently open in <application>&app;</application>, choose <menuchoice> <guimenu>Documents</guimenu> <guimenuitem>Save All</guimenuitem> </menuchoice>.</para>
386386
</listitem>
387387
</itemizedlist>
388388
<para>To close all of the files that are currently open in <application>&app;</application>, choose <menuchoice> <guimenu>Documents</guimenu> <guimenuitem>Close All</guimenuitem> </menuchoice>.</para>
@@ -406,7 +406,7 @@
406406
<para>Click <guibutton>Open</guibutton>.</para>
407407
</listitem>
408408
</orderedlist>
409-
<para>Valid types of <replaceable>URI</replaceable> include <literal>http:</literal>, <literal>ftp:</literal>, <literal>file:</literal>, and all of the methods supported by <literal>mate-vfs</literal>.</para>
409+
<para>Valid types of <replaceable>URI</replaceable> include <literal>http:</literal>, <literal>ftp:</literal>, <literal>file:</literal>, and all the methods supported by <literal>mate-vfs</literal>.</para>
410410
<para>Files from some types of URI are opened as read-only, and any changes you make must be saved to a different location. HTTP only allows files to be read. Files opened from FTP are read-only because because not all FTP servers may correctly work with saving remote files.</para>
411411
<warning><para>Saving to FTP servers can be enabled with <ulink type="help" url="help:mateconf-editor"><application>Configuration Editor</application></ulink>, setting the key <systemitem>/apps/pluma/preferences/editor/save/writable_vfs_schemes</systemitem>, but this may cause errors.</para></warning>
412412
</sect2>
@@ -440,7 +440,7 @@
440440
</listitem>
441441
<listitem><para>To insert the contents of the clipboard at the cursor position, choose <menuchoice> <guimenu>Edit</guimenu> <guimenuitem>Paste</guimenuitem> </menuchoice>. You must cut or copy text before you can paste text into the file, either from &app; or another application.</para>
442442
</listitem>
443-
<listitem><para>To select all of the text in a file, choose <menuchoice> <guimenu>Edit</guimenu> <guimenuitem>Select All</guimenuitem> </menuchoice>. </para>
443+
<listitem><para>To select all the text in a file, choose <menuchoice> <guimenu>Edit</guimenu> <guimenuitem>Select All</guimenuitem> </menuchoice>. </para>
444444
</listitem>
445445
</itemizedlist>
446446
</sect2>
@@ -612,13 +612,13 @@
612612
<variablelist>
613613
<varlistentry> <term><guilabel>Body</guilabel> </term>
614614
<listitem>
615-
<para>Click on this button to select the font to use to print the body text of a file.</para>
615+
<para>Click on this button to select the font used to print the body text of a file.</para>
616616
</listitem>
617617
</varlistentry>
618618
<varlistentry> <term><guilabel>Line numbers</guilabel>
619619
</term>
620620
<listitem>
621-
<para>Click on this button to select the font to use to print line numbers.</para>
621+
<para>Click on this button to select the font used to print line numbers.</para>
622622
</listitem>
623623
</varlistentry>
624624
<varlistentry> <term><guilabel>Headers and footers</guilabel> </term>
@@ -659,7 +659,7 @@
659659
<itemizedlist>
660660
<listitem>
661661
<para><guilabel>All</guilabel></para>
662-
<para>Select this option to print all of the pages in the file.</para>
662+
<para>Select this option to print all the pages in the file.</para>
663663
</listitem>
664664
<listitem>
665665
<para><guilabel>Lines</guilabel></para>

0 commit comments

Comments
 (0)