From 07a5f032bc3bdb17ac1282574c55ad5bb0c03887 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Villemot?= <sebastien@dynare.org>
Date: Thu, 12 Sep 2019 11:46:53 +0200
Subject: [PATCH] =?UTF-8?q?Cosmetics:=20=E2=80=9Czip=E2=80=9D=20is=20not?=
 =?UTF-8?q?=20an=20acronym,=20so=20should=20not=20be=20all-uppercase?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 _includes/download-snapshot.html | 2 +-
 _includes/download-stable.html   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/_includes/download-snapshot.html b/_includes/download-snapshot.html
index 6478e1e..32aadfd 100644
--- a/_includes/download-snapshot.html
+++ b/_includes/download-snapshot.html
@@ -33,7 +33,7 @@
         {% endfor %}
       </div>
     <br />
-    <p>ZIP archive:</p>
+    <p>Zip archive:</p>
       <div class="download_table">
         {% assign snapshot_files = (site.static_files | where: "snapshot", "windows-zip" | sort: 'modified_time') | reverse %}
         {% for snapshot in snapshot_files %}
diff --git a/_includes/download-stable.html b/_includes/download-stable.html
index 3f59b11..22600c9 100644
--- a/_includes/download-stable.html
+++ b/_includes/download-stable.html
@@ -19,7 +19,7 @@
       <a href="https://ftp.gnu.org/gnu/octave/windows/octave-4.4.1-w64-installer.exe">64-bit</a>
       or <a href="https://ftp.gnu.org/gnu/octave/windows/octave-4.4.1-w32-installer.exe">32-bit</a>)
     </p>
-    <p>Both an executable installer and a ZIP archive are available.</p>
+    <p>Both an executable installer and a zip archive are available.</p>
     <p class="stable">
       <i class="fas fa-file-download"></i>
       {% assign release = site.static_files | where: "release", "windows-exe" | first %}
-- 
GitLab