SALOME modules). If this option is used, all the default installation
modes for all the products are ignored.<br>
This option is helpful when the user wants to install SALOME on the
-platform whihc is not officially supported. In this case, the user can
+platform which is not officially supported. In this case, the user can
try to run the SALOME Installation Wizard with the <span
style="font-weight: bold;">-a</span> option in order to build all the
products from sources.<br>
<p>In addition, you have choice to use "Install all products from
sources" check box. If this option is turned on, all the products will
be installed from the sources (using their own build procedures). This
-check box correspondd to the <span style="font-weight: bold;">--all-from-sources</span>
+check box correspond to the <span style="font-weight: bold;">--all-from-sources</span>
(<span style="font-weight: bold;">-a</span>) option of the <span
style="font-weight: bold;">runInstall</span> script (see <a
href="#install_from_wizard">here</a>). <span
if ( !textBin.isEmpty() )
text += tr( "SALOME binaries to be installed" ) + ":<ul>" + textBin + "</ul>";
if ( !textSrc.isEmpty() )
- text += tr( "SALOME sources to be installed" ) + ( buildSrcBtn->isChecked() ? tr( " and build" ) : QString( "" ) ) + ":<ul>" + textSrc + "</ul>";
+ text += tr( "SALOME sources to be installed" ) + ( buildSrcBtn->isChecked() ? tr( " and built" ) : QString( "" ) ) + ":<ul>" + textSrc + "</ul>";
if ( !textBoth.isEmpty() )
text += tr( "Other SALOME modules to be installed" ) + ":<ul>" + textBoth + "</ul>";
text += tr( "Total disk space required:" ) + " <b>" + QString::number( totSize ) + " Kb</b><br>" ;