Merge branch 'master' of ssh://btibbitts@git.eclipse.org/gitroot/ptp/org.eclipse.ptp.git
diff --git a/core/org.eclipse.ptp.doc.user/html/sync.html b/core/org.eclipse.ptp.doc.user/html/sync.html
index 93be547..2ca48bb 100644
--- a/core/org.eclipse.ptp.doc.user/html/sync.html
+++ b/core/org.eclipse.ptp.doc.user/html/sync.html
@@ -113,8 +113,10 @@
 
 <h2 id="conversion-wizard">Converting a project to a Synchronized Project</h2>
 <p>
-The conversion wizard allows you to convert current C/C++ or Fortran projects to synchronized projects. Currently only local projects can be converted. To convert a project right-click in the workspace and select <b>New > Other...</b> In the wizard selection dialog, select <b> Remote > Convert C/C++ or Fortran Project to a Synchronized Project > Next</b>. From this dialog, you can select a project to convert and configure a remote site. See <a href="#connection">Creating a remote connection</a> for details on creating new connections. The selected configurations are duplicated to create a local version and a remote version. Unselected configurations remain as local configurations only. After creating the project, you may want to change the toolchain for the remote configurations. You can do this from <b>Project > Properties > C/C++ Build > Tool Chain Editor</b>. <b>After selecting a toolchain, you must change the current builder back to the "Sync Builder" in order for builds to occur remotely.</b>
+The conversion wizard allows you to convert current C/C++ or Fortran projects to synchronized projects. 
+Currently only local projects can be converted. To convert a project right-click in the workspace and select <b>New > Other...</b> In the wizard selection dialog, select <b> Remote > Convert C/C++ or Fortran Project to a Synchronized Project > Next</b>. From this dialog, you can select a project to convert and configure a remote site. See <a href="#connection">Creating a remote connection</a> for details on creating new connections. The selected configurations are duplicated to create a local version and a remote version. Unselected configurations remain as local configurations only. After creating the project, you may want to change the toolchain for the remote configurations. You can do this from <b>Project > Properties > C/C++ Build > Tool Chain Editor</b>. <b>After selecting a toolchain, you must change the current builder back to the "Sync Builder" in order for builds to occur remotely.</b>
 </p>
+<p>Note that in order to have a project appear in the list of projects to convert to synchronized, the project must already be a C/C++ or Fortran project.
 <table cellpadding="5" cellspacing="5" border="0">
 <tr>
 <td><img src="images/sync-selectConversionWizard.png"></td>