From 0a552d866eecc3af111fffa119aa896382b6f841 Mon Sep 17 00:00:00 2001
From: zzz <zzz@i2pmail.org>
Date: Tue, 26 Apr 2022 07:56:40 -0400
Subject: [PATCH] Download page bundle cleanup/consistency

---
 i2p2www/pages/downloads/list.html | 18 +++++++++---------
 i2p2www/pages/downloads/mac.html  |  8 ++++----
 2 files changed, 13 insertions(+), 13 deletions(-)

diff --git a/i2p2www/pages/downloads/list.html b/i2p2www/pages/downloads/list.html
index 5fcc17cc8..d3f7bf24f 100644
--- a/i2p2www/pages/downloads/list.html
+++ b/i2p2www/pages/downloads/list.html
@@ -40,8 +40,8 @@ If you would like to try the latest experimental I2P projects, visit the <a href
         to run it. {%- endtrans %}</p>
     <h3>{% trans %}Easy Install Bundle For Windows (Beta){% endtrans %}</h3>
     <div class="file">
-        <p>{% trans %}It's now possible to install all I2P components using a single package(<strong>No Java Required</strong>). To try out the new installer, click here. This bundle can also be used to configure a Firefox Profile. It will not interfere
-            with an existing I2P installation if one exists. {% endtrans %}</p>
+        <p>{% trans %}It is now possible to install all I2P components using a single package (<strong>No Java required</strong>). To try out the new installer, click below. This bundle can also be used to configure a Firefox Profile. It will not interfere
+            with an existing I2P installation if one exists.{% endtrans %}</p>
         <a class="default" href="/nsis">{% trans %}I2P Easy Install Bundle For Windows (Beta){% endtrans %}</a>
     </div>
     <h3>{% trans %}Detailed Install Guide{% endtrans %}</h3>
@@ -51,13 +51,13 @@ If you would like to try the latest experimental I2P projects, visit the <a href
     </div>
     {% endcall %}
 
-    <h5>{%- trans %}I2P Easy Install for Mac OSX{%- endtrans %}</h5>
-    {% call package_outer('mac', "Mac OSX", 'images/download/mac-osx.png') %}
-    <h3>{% trans %}Download the I2P Easy Install for Mac OSX{% endtrans %}</h3>
-    <p>{% trans i2pversion=ver() -%}I2P Easy Install for Mac OSX is packaged using OSX's standard ".dmg" package type, which allows it to use Apple's built-in tools to securely, reliably, and easily install the package. It does not require Java to be installed
-        to use.{%- endtrans %}</p>
+    <h5>{%- trans %}I2P Easy Install Bundle for Mac OS X{%- endtrans %}</h5>
+    {% call package_outer('mac', "Mac OS X", 'images/download/mac-osx.png') %}
+    <h3>{% trans %}I2P Easy Install Bundle for Mac OS X{% endtrans %}</h3>
+    <p>{% trans i2pversion=ver() -%}The I2P Easy Install Bundle for Mac OS X is packaged using OSX's standard ".dmg" package type, which allows it to use Apple's built-in tools to securely, reliably, and easily install the package. It does not require Java to be installed.
+        {%- endtrans %}</p>
     <div class="file">
-        <a class="default" href="{{ get_url('downloads_mac') }}">{% trans %}I2P Easy Install for Mac OSX{% endtrans %}</a>
+        <a class="default" href="{{ get_url('downloads_mac') }}">{% trans %}I2P Easy Install Bundle for Mac OS X{% endtrans %}</a>
     </div>
     {% endcall %}
 
@@ -153,4 +153,4 @@ If you would like to try the latest experimental I2P projects, visit the <a href
 <h3>{{ _('Previous Releases') }}</h3>
 
 {% trans echelon=i2pconv('echelon.i2p') -%} Previous releases are available on <a href="http://code.google.com/p/i2p/downloads/list?can=1">Google Code</a> and <a href="https://launchpad.net/i2p/trunk">Launchpad</a> and within the I2P network on <a href="http://{{ echelon }}/">{{ echelon }}</a>.
-{%- endtrans %} {% endblock %}
\ No newline at end of file
+{%- endtrans %} {% endblock %}
diff --git a/i2p2www/pages/downloads/mac.html b/i2p2www/pages/downloads/mac.html
index 642d22f92..63945fd3a 100644
--- a/i2p2www/pages/downloads/mac.html
+++ b/i2p2www/pages/downloads/mac.html
@@ -1,12 +1,12 @@
 {% extends "global/layout.html" %}
 {%- from "downloads/macros" import package_outer with context -%}
-{% block title %}Mac OS Easy Install Bundle{% endblock %}
+{% block title %}Mac OS X Easy Install Bundle{% endblock %}
 {% block content %}
 
-<h1>{{ _('Mac OS Easy Install Bundle') }}</h1>
+<h1>{{ _('Mac OS X Easy Install Bundle') }}</h1>
 <p>{% trans -%}
-We are excited to offer you a DMG-based bundle for Mac OS.  It installs and behaves
-the same way many other Mac OS applications do and does not require a Java
+We are excited to offer you a DMG-based bundle for Mac OS X.  It installs and behaves
+the same way many other Mac OS X applications do and does not require a Java
 Runtime Environment to be available.
 {%- endtrans %}</p>
 <p>{% trans perf="https://i2pgit.org/i2p-hackers/i2p-jpackage-mac/-/issues/1" -%}
-- 
GitLab