Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf594493

Browse files
committed
Fix banner text
1 parentd3156fe commitf594493

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

‎src/fsharp/FSComp.txt‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ buildUnexpectedTypeArgs,"The non-generic type '%s' does not expect any type argu
1818
203,buildInvalidWarningNumber,"Invalid warning number '%s'"
1919
204,buildInvalidVersionString,"Invalid version string '%s'"
2020
205,buildInvalidVersionFile,"Invalid version file '%s'"
21-
buildProductName,"F# 3.0 Compiler version %s"
21+
buildProductName,"F#Compiler for F#3.0 %s"
2222
206,buildProblemWithFilename,"Problem with filename '%s': %s"
2323
207,buildNoInputsSpecified,"No inputs specified"
2424
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"
858858
# fscopts text
859859
# -----------------------------------------------------------------------------
860860
1000,optsProblemWithCodepage,"Problem with codepage '%d': %s"
861-
optsCopyright,""
861+
optsCopyright,"Freely distributed under the Apache 2.0 Open Source License"
862862
optsNameOfOutputFile,"Name of the output file (Short form: -o)"
863863
optsBuildConsole,"Build a console executable"
864864
optsBuildWindows,"Build a Windows executable"

‎src/fsharp/fsi/FSIstrings.txt‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ fsiTurnedTimingOff,"--> Timing now off"
4646
fsiUnexpectedThreadAbortException,"- Unexpected ThreadAbortException (Ctrl-C) during event handling: Trying to restart..."
4747
fsiFailedToResolveAssembly,"Failed to resolve assembly '%s'"
4848
fsiBindingSessionTo,"Binding session to '%s'..."
49-
fsiProductName,"Microsoft (R)F# 3.0 Interactive version %s"
49+
fsiProductName,"F# Interactive forF# 3.0 %s"

‎src/utils/CompilerLocationUtils.fs‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ module internal FSharpEnvironment =
1515
letDotNetBuildString="(private)"
1616
#endif
1717
#if STRONG_NAME_AND_DELAY_SIGN_FSHARP_COMPILER_WITH_MSFT_KEY
18-
letDotNetBuildString="(Mono build)"
18+
letDotNetBuildString="(Open Source Edition)"
1919
#endif
2020
#if STRONG_NAME_FSHARP_COMPILER_WITH_TEST_KEY
2121
letDotNetBuildString="(private, test-signed)"

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp