You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/fsharp/FSComp.txt
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ buildUnexpectedTypeArgs,"The non-generic type '%s' does not expect any type argu
18
18
203,buildInvalidWarningNumber,"Invalid warning number '%s'"
19
19
204,buildInvalidVersionString,"Invalid version string '%s'"
20
20
205,buildInvalidVersionFile,"Invalid version file '%s'"
21
-
buildProductName,"F# 3.0 Compiler version %s"
21
+
buildProductName,"F#Compiler for F#3.0 %s"
22
22
206,buildProblemWithFilename,"Problem with filename '%s': %s"
23
23
207,buildNoInputsSpecified,"No inputs specified"
24
24
208,buildMismatchOutputExtension,"The output name extension doesn't match the options used. If '-a' or '--target:library' is used the output file name must end with '.dll', if '--target:module' is used the output extension must be '.netmodule', otherwise '.exe'."
@@ -858,7 +858,7 @@ ilDynamicInvocationNotSupported,"Dynamic invocation of %s is not supported"