1
0
Fork 0

fix grammar in error message (#6415)

This commit is contained in:
Wilfried Goesgens 2018-09-06 18:12:06 +02:00 committed by Jan
parent 92ab03daf9
commit cd790e86e0
2 changed files with 2 additions and 2 deletions

View File

@ -58,7 +58,7 @@ Function AddToPath
StrLen $2 $1
IntCmp $2 0 CheckPathLength_ShowPathWarning CheckPathLength_Done CheckPathLength_Done
CheckPathLength_ShowPathWarning:
Messagebox MB_OK|MB_ICONEXCLAMATION "Warning! Your PATH environment is already to long; the installer unable to add ArangoDB to it."
Messagebox MB_OK|MB_ICONEXCLAMATION "Warning! Your PATH environment is already to long; the installer is unable to add ArangoDB to it."
Goto AddToPath_done
CheckPathLength_Done:
Push "$1;"

View File

@ -247,7 +247,7 @@ Function AddToPath
StrLen $2 $1
IntCmp $2 0 CheckPathLength_ShowPathWarning CheckPathLength_Done CheckPathLength_Done
CheckPathLength_ShowPathWarning:
Messagebox MB_OK|MB_ICONEXCLAMATION "Warning! Your PATH environment is already to long; the installer unable to add ArangoDB to it."
Messagebox MB_OK|MB_ICONEXCLAMATION "Warning! Your PATH environment is already to long; the installer is unable to add ArangoDB to it."
Goto AddToPath_done
CheckPathLength_Done:
Push "$1;"