diff options
author | Matt Ellis <matell@microsoft.com> | 2015-05-26 11:06:39 -0700 |
---|---|---|
committer | Matt Ellis <matell@microsoft.com> | 2015-05-26 11:06:39 -0700 |
commit | 6c6b294895f0d2ec22df719e748ad656b721485b (patch) | |
tree | ab56903b341b47e978535e2b0ebac7f6774f84e7 /src | |
parent | 9d4cc9411e2a88c06f0846d49df7653fa28585e8 (diff) | |
download | coreclr-6c6b294895f0d2ec22df719e748ad656b721485b.tar.gz coreclr-6c6b294895f0d2ec22df719e748ad656b721485b.tar.bz2 coreclr-6c6b294895f0d2ec22df719e748ad656b721485b.zip |
Fix resource string
One of the resource strings used by mscorlib had a wrong character
in it, this brings the data back into alignment with what is provided
by the Windows Globalization folks.
[tfs-changeset: 1476903]
Diffstat (limited to 'src')
-rw-r--r-- | src/mscorlib/src/mscorlib.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mscorlib/src/mscorlib.txt b/src/mscorlib/src/mscorlib.txt index 96f2855ad3..1d681b8272 100644 --- a/src/mscorlib/src/mscorlib.txt +++ b/src/mscorlib/src/mscorlib.txt @@ -2656,7 +2656,7 @@ Globalization.ci_fr-BE = French (Belgium) Globalization.ci_fr-BF = French (Burkina Faso) Globalization.ci_fr-BI = French (Burundi) Globalization.ci_fr-BJ = French (Benin) -Globalization.ci_fr-BL = French (Saint Barth‚lemy) +Globalization.ci_fr-BL = French (Saint Barthélemy) Globalization.ci_fr-CA = French (Canada) Globalization.ci_fr-CD = French (Congo DRC) Globalization.ci_fr-CF = French (Central African Republic) |