diff options
author | rbuj <[email protected]> | 2018-09-23 16:30:53 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-09-25 17:16:34 +0200 |
commit | 50c3b3452d104b8d33aa179fb9c7d2f06a5eee92 (patch) | |
tree | 2aeaad9c8be47b33a413f67df4a7b347a15c1ba9 | |
parent | 559328b8089a2d6023d7e0aaabc6c77a5213436a (diff) | |
download | pluma-50c3b3452d104b8d33aa179fb9c7d2f06a5eee92.tar.bz2 pluma-50c3b3452d104b8d33aa179fb9c7d2f06a5eee92.tar.xz |
Fix spelling and grammar mistakes
-rw-r--r-- | help/C/index.docbook | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/help/C/index.docbook b/help/C/index.docbook index 747e5c50..b7fc922f 100644 --- a/help/C/index.docbook +++ b/help/C/index.docbook @@ -101,7 +101,7 @@ <othercredit role="reviewer"> <firstname>Ajit</firstname> <surname>George provided information about plugins.</surname> - <contrib>Acknowledgements</contrib> + <contrib>Acknowledgments</contrib> </othercredit> @@ -299,7 +299,7 @@ <variablelist> <varlistentry> <term>Menubar</term> <listitem> - <para>The menus on the menubar contain all of the commands you need to work with files in <application>&app;</application>.</para> + <para>The menus on the menubar contain all the commands you need to work with files in <application>&app;</application>.</para> </listitem> </varlistentry> <varlistentry> <term>Toolbar</term> @@ -334,7 +334,7 @@ <varlistentry> <term>Bottom Pane</term> <listitem> <para>The bottom pane is used by programming tools such as the <application>Python Console</application> plugin to display output.</para> - <para>By default the bottom pane is not shown. To show it, choose <menuchoice><guimenu>View</guimenu><guimenuitem>Bottom Pane</guimenuitem></menuchoice>.</para> + <para>By default, the bottom pane is not shown. To show it, choose <menuchoice><guimenu>View</guimenu><guimenuitem>Bottom Pane</guimenuitem></menuchoice>.</para> </listitem> </varlistentry> </variablelist> @@ -385,7 +385,7 @@ <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> </listitem> </itemizedlist> - <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> + <para>To close all the files that are currently open in <application>&app;</application>, choose <menuchoice> <guimenu>Documents</guimenu> <guimenuitem>Close All</guimenuitem> </menuchoice>.</para> </sect2> <!-- ============= To Open a File from a URI ======================= --> @@ -407,7 +407,7 @@ </listitem> </orderedlist> <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> - <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> + <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 not all FTP servers may correctly work with saving remote files.</para> <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> </sect2> @@ -1531,7 +1531,7 @@ <sect3 id="pluma-external-tools-plugin-define"> <title>Defining a Command</title> <para>To add an external command, choose <menuchoice><guimenu>Tools</guimenu><guimenuitem>External Tools</guimenuitem></menuchoice>.</para> - <para>In the <guilabel>External Tools Manager</guilabel> window, click <guibutton>New</guibutton>. You can speficy the following details for the new command:</para> + <para>In the <guilabel>External Tools Manager</guilabel> window, click <guibutton>New</guibutton>. You can specify the following details for the new command:</para> <variablelist> <varlistentry><term>Description</term> <listitem> @@ -1697,7 +1697,7 @@ <sect2 id="pluma-modelines-plugin"> <title>Modelines Plugin</title> - <para>The <application>Modelines</application> plugin allows you to set preferences for individual documents. A <firstterm>modeline</firstterm> is a line of text at the start or end of the document with settings that <application>&app;</application> recognises.</para> + <para>The <application>Modelines</application> plugin allows you to set preferences for individual documents. A <firstterm>modeline</firstterm> is a line of text at the start or end of the document with settings that <application>&app;</application> recognizes.</para> <para>Preferences set using modelines take precedence over the ones specified in the preference dialog.</para> <para>You can set the following preferences with modelines:</para> <itemizedlist> |