|
101 | 101 | <othercredit role="reviewer"> |
102 | 102 | <firstname>Ajit</firstname> |
103 | 103 | <surname>George provided information about plugins.</surname> |
104 | | - <contrib>Acknowledgements</contrib> |
| 104 | + <contrib>Acknowledgments</contrib> |
105 | 105 | </othercredit> |
106 | 106 |
|
107 | 107 |
|
|
299 | 299 | <variablelist> |
300 | 300 | <varlistentry> <term>Menubar</term> |
301 | 301 | <listitem> |
302 | | - <para>The menus on the menubar contain all of the commands you need to work with files in <application>&app;</application>.</para> |
| 302 | + <para>The menus on the menubar contain all the commands you need to work with files in <application>&app;</application>.</para> |
303 | 303 | </listitem> |
304 | 304 | </varlistentry> |
305 | 305 | <varlistentry> <term>Toolbar</term> |
|
334 | 334 | <varlistentry> <term>Bottom Pane</term> |
335 | 335 | <listitem> |
336 | 336 | <para>The bottom pane is used by programming tools such as the <application>Python Console</application> plugin to display output.</para> |
337 | | - <para>By default the bottom pane is not shown. To show it, choose <menuchoice><guimenu>View</guimenu><guimenuitem>Bottom Pane</guimenuitem></menuchoice>.</para> |
| 337 | + <para>By default, the bottom pane is not shown. To show it, choose <menuchoice><guimenu>View</guimenu><guimenuitem>Bottom Pane</guimenuitem></menuchoice>.</para> |
338 | 338 | </listitem> |
339 | 339 | </varlistentry> |
340 | 340 | </variablelist> |
|
385 | 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> |
386 | 386 | </listitem> |
387 | 387 | </itemizedlist> |
388 | | - <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> |
| 388 | + <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> |
389 | 389 | </sect2> |
390 | 390 |
|
391 | 391 | <!-- ============= To Open a File from a URI ======================= --> |
|
407 | 407 | </listitem> |
408 | 408 | </orderedlist> |
409 | 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> |
410 | | - <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> |
| 410 | + <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> |
411 | 411 | <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> |
412 | 412 | </sect2> |
413 | 413 |
|
|
1531 | 1531 | <sect3 id="pluma-external-tools-plugin-define"> |
1532 | 1532 | <title>Defining a Command</title> |
1533 | 1533 | <para>To add an external command, choose <menuchoice><guimenu>Tools</guimenu><guimenuitem>External Tools</guimenuitem></menuchoice>.</para> |
1534 | | - <para>In the <guilabel>External Tools Manager</guilabel> window, click <guibutton>New</guibutton>. You can speficy the following details for the new command:</para> |
| 1534 | + <para>In the <guilabel>External Tools Manager</guilabel> window, click <guibutton>New</guibutton>. You can specify the following details for the new command:</para> |
1535 | 1535 | <variablelist> |
1536 | 1536 | <varlistentry><term>Description</term> |
1537 | 1537 | <listitem> |
|
1697 | 1697 |
|
1698 | 1698 | <sect2 id="pluma-modelines-plugin"> |
1699 | 1699 | <title>Modelines Plugin</title> |
1700 | | - <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> |
| 1700 | + <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> |
1701 | 1701 | <para>Preferences set using modelines take precedence over the ones specified in the preference dialog.</para> |
1702 | 1702 | <para>You can set the following preferences with modelines:</para> |
1703 | 1703 | <itemizedlist> |
|
0 commit comments