Grammar corrections on the "Supported protocols" page (bug 505006)
https://bugs.eclipse.org/bugs/show_bug.cgi?id=505006

git-svn-id: https://dev.eclipse.org/svnroot/technology/org.eclipse.subversive/trunk@21622 ee007c2a-0a25-0410-9ab9-bf268980928c
diff --git a/org.eclipse.team.svn.help/gettingStarted/aboutSubversive/protocols.html b/org.eclipse.team.svn.help/gettingStarted/aboutSubversive/protocols.html
index afd016f..6a3b477 100644
--- a/org.eclipse.team.svn.help/gettingStarted/aboutSubversive/protocols.html
+++ b/org.eclipse.team.svn.help/gettingStarted/aboutSubversive/protocols.html
@@ -1,7 +1,7 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

 <html>

 <head>

-	<title>Subversive supported protocols</title>

+	<title>Supported protocols</title>

 	<meta name="copyright"  content="Copyright (c) 2005-2011 Polarion Software. All rights reserved. This page is provided under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html Contributors: Alexander Gurov."/>

 	<LINK REL="STYLESHEET" HREF="../../book.css" CHARSET="ISO-8859-1" TYPE="text/css"/>

 </head>

@@ -17,22 +17,22 @@
 			</td>

 		</tr>

 	</table>

-<h3>Subversive supported protocols</h3>

-	<p>All SVN&reg; used protocols are supported by Subversive, but there can be some nuances depending on a SVN&reg; client the user is working with. The user can select the client to work with on <i>'Client'</i> tab group of <a class="command-link" href='javascript:executeCommand("org.eclipse.ui.window.preferences(preferencePageId=org.eclipse.team.svn.ui.SVNTeamPreferences)")'>

+<h3>Supported protocols</h3>

+	<p>All the protocols used by SVN&reg; are supported by Subversive, but there can be some configuration nuances depending on a SVN&reg; connector the user is working with. The exact connector can be selected at the <i>'SVN Connector'</i> tab of the <a class="command-link" href='javascript:executeCommand("org.eclipse.ui.window.preferences(preferencePageId=org.eclipse.team.svn.ui.SVNTeamPreferences)")'>

 		<img src="PLUGINS_ROOT/org.eclipse.help/command_link.png"/><i>'Team>SVN'</i></a> properties page.</p>

-	<p>So, the protocols supported by subversion are:</p>

+	<p>So, the protocols supported by Subversive are:</p>

 	<ul>

 		<li>

-			<b>svn://</b> - protocol provided by Subversion&reg;.

+			<b>svn://</b> - Subversion&reg; - specific protocol;

 		</li>

 		<li>

-			<b>svn+ssh://</b> - svn:// protocol with SSH security protocol used.

+			<b>svn+ssh://</b> - svn:// protocol over the SSH secure protocol;

 		</li>

 		<li>

-			<b>http:// (https://)</b> - HyperText Transfer Protocol  with or without SSL cryptography used.

+			<b>http:// (https://)</b> - HyperText Transfer Protocol with or without cryptography used correspondingly;

 		</li>

 		<li>

-			<b>file://</b> - working with local files.

+			<b>file://</b> - working with the local file system.

 		</li>

 	</ul>

 	<p>The user can configure the SSH and SSL settings if needed during the creation of repository location.</p>