Skip to content
This repository was archived by the owner on Sep 30, 2020. It is now read-only.

Commit 05f19d1

Browse files
authored
French: Tweaks to ABI wording in downloads page
"GNU ABI"/"MSVC ABI" -> "ABI GNU"/"ABI MSVC" in more places (leftover from my other commit)
1 parent a6aca26 commit 05f19d1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

fr-FR/downloads.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -79,12 +79,12 @@ <h2 id="beta">Beta&nbsp; ({{ site.beta }})</h2>
7979
<td><a href="https://static.rust-lang.org/dist/rust-beta-i686-apple-darwin.pkg"><div class="inst-button">32 bits</div></a></td>
8080
</tr>
8181
<tr>
82-
<td class="inst-type">Windows (<a href="#win-foot">GNU ABI <sup></sup></a>) (.msi)</td>
82+
<td class="inst-type">Windows (<a href="#win-foot">ABI GNU <sup></sup></a>) (.msi)</td>
8383
<td><a href="https://static.rust-lang.org/dist/rust-beta-x86_64-pc-windows-gnu.msi"><div class="inst-button">64 bits</div></a></td>
8484
<td><a href="https://static.rust-lang.org/dist/rust-beta-i686-pc-windows-gnu.msi"><div class="inst-button">32 bits</div></a></td>
8585
</tr>
8686
<tr>
87-
<td class="inst-type">Windows (<a href="#win-foot">MSVC ABI <sup></sup></a>) (.msi) </td>
87+
<td class="inst-type">Windows (<a href="#win-foot">ABI MSVC <sup></sup></a>) (.msi) </td>
8888
<td><a href="https://static.rust-lang.org/dist/rust-beta-x86_64-pc-windows-msvc.msi"><div class="inst-button">64 bits</div></a></td>
8989
<td><a href="https://static.rust-lang.org/dist/rust-beta-i686-pc-windows-msvc.msi"><div class="inst-button">32 bits</div></a></td>
9090
<td></td>
@@ -130,12 +130,12 @@ <h2 id="nightly">Nightly&nbsp; ({{ site.nightly }})</h2>
130130
<td><a href="https://static.rust-lang.org/dist/rust-nightly-i686-apple-darwin.pkg"><div class="inst-button">32 bits</div></a></td>
131131
</tr>
132132
<tr>
133-
<td class="inst-type">Windows (<a href="#win-foot">GNU ABI <sup></sup></a>) (.msi)</td>
133+
<td class="inst-type">Windows (<a href="#win-foot">ABI GNU <sup></sup></a>) (.msi)</td>
134134
<td><a href="https://static.rust-lang.org/dist/rust-nightly-x86_64-pc-windows-gnu.msi"><div class="inst-button">64 bits</div></a></td>
135135
<td><a href="https://static.rust-lang.org/dist/rust-nightly-i686-pc-windows-gnu.msi"><div class="inst-button">32 bits</div></a></td>
136136
</tr>
137137
<tr>
138-
<td class="inst-type">Windows (<a href="#win-foot">MSVC ABI <sup></sup></a>) (.msi) </td>
138+
<td class="inst-type">Windows (<a href="#win-foot">ABI MSVC <sup></sup></a>) (.msi) </td>
139139
<td><a href="https://static.rust-lang.org/dist/rust-nightly-x86_64-pc-windows-msvc.msi"><div class="inst-button">64 bits</div></a></td>
140140
<td><a href="https://static.rust-lang.org/dist/rust-nightly-i686-pc-windows-msvc.msi"><div class="inst-button">32 bits</div></a></td>
141141
<td></td>

0 commit comments

Comments
 (0)