3 English lines need fixing:
Quote:
|
en.SelectDirLabel2=To install in this folder click "Next". To install to a different folder click "Browse".
|
Should be ....
en.SelectDirLabel2=To install to this folder click "Next". To install to a different folder click "Browse".
Quote:
|
en.InstallLabel2=Please wait while until {#ApplicationName} be installed on your system. This may take several minutes.
|
The wording above is not correct. It should be either ....
en.InstallLabel2=Please wait while {#ApplicationName} is being installed on your system. This may take several minutes.
OR
en.InstallLabel2=Please wait until {#ApplicationName} is installed on your system. This may take several minutes.
OR
en.InstallLabel2=Please wait until {#ApplicationName} has been installed on your system. This may take several minutes.
The same 3 fixes above also apply for the this last sentence....
Quote:
en.UninstallLabel2=Please wait while until {#ApplicationName} be unninstalled from your system. This may take several minutes.
en.StatusUninstalling=Deleting files...
|
Do not include both 'while' or 'until' together.