From 6c3acc98eefa7c09d071fe25e53458bda0d3b5a9 Mon Sep 17 00:00:00 2001 From: vsr Date: Mon, 22 Jan 2007 12:21:10 +0000 Subject: [PATCH] correct grammar mistakes --- doc/readme.html | 4 ++-- src/SALOME_InstallWizard.cxx | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/readme.html b/doc/readme.html index acff30c..6034edd 100755 --- a/doc/readme.html +++ b/doc/readme.html @@ -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.
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 -a option in order to build all the products from sources.
@@ -244,7 +244,7 @@ configuration file (see Fig.2):

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 --all-from-sources +check box correspond to the --all-from-sources (-a) option of the runInstall script (see here). " + textBin + ""; if ( !textSrc.isEmpty() ) - text += tr( "SALOME sources to be installed" ) + ( buildSrcBtn->isChecked() ? tr( " and build" ) : QString( "" ) ) + ":

"; + text += tr( "SALOME sources to be installed" ) + ( buildSrcBtn->isChecked() ? tr( " and built" ) : QString( "" ) ) + ":"; if ( !textBoth.isEmpty() ) text += tr( "Other SALOME modules to be installed" ) + ":"; text += tr( "Total disk space required:" ) + " " + QString::number( totSize ) + " Kb
" ; -- 2.30.2