Salome HOME
correct grammar mistakes
authorvsr <vsr@opencascade.com>
Mon, 22 Jan 2007 12:21:10 +0000 (12:21 +0000)
committervsr <vsr@opencascade.com>
Mon, 22 Jan 2007 12:21:10 +0000 (12:21 +0000)
doc/readme.html
src/SALOME_InstallWizard.cxx

index acff30c9f61fcae90baaa5934eaf115f7c3e62fa..6034edd9a00d20bb5966218e79bc266fa264cb85 100755 (executable)
@@ -140,7 +140,7 @@ Force all the products to be installed from sources (including all
 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>
@@ -244,7 +244,7 @@ configuration file (see <a href="#Product_page1">Fig.2</a>):<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
index 21d77c2fd492aef2af64af40f72e9030b0106210..3a8121ddd0be067464045e522e388527de1e4d1b 100644 (file)
@@ -1110,7 +1110,7 @@ void SALOME_InstallWizard::showChoiceInfo()
   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>" ;