View Single Post
  #2  
Old 29-05-2015, 17:21
Grumpy's Avatar
Grumpy Grumpy is offline
Moderator
 
Join Date: Jun 2004
Location: Australia
Posts: 5,695
Thanks: 1,256
Thanked 1,851 Times in 812 Posts
Grumpy is on a distinguished road
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.
__________________
Can't find a Game Conversion? Check the 'Conversion INDEX'
Reply With Quote
The Following 2 Users Say Thank You to Grumpy For This Useful Post:
Logrim (29-05-2015), pakrat2k2 (29-05-2015)