[gimp-web] themes: more Windows/Apple fixes in download page.



commit 4e7eb65d066830a622d62d72147515fdf0aba322
Author: Jehan <jehan girinstud io>
Date:   Fri Sep 24 14:05:38 2021 +0200

    themes: more Windows/Apple fixes in download page.
    
    - One missing s/Windows Store/Microsoft Store/
    - Copy the same text for macOS warnings as the same issue applies (on
      Apple's App Store).
    - One more place where OS X needed to be replaced by macOS (in download
      heading menu of OSes).

 themes/newgimp/templates/downloads.html | 14 +++++++++++---
 1 file changed, 11 insertions(+), 3 deletions(-)
---
diff --git a/themes/newgimp/templates/downloads.html b/themes/newgimp/templates/downloads.html
index faa8b354..b91aefaa 100644
--- a/themes/newgimp/templates/downloads.html
+++ b/themes/newgimp/templates/downloads.html
@@ -32,7 +32,7 @@
         <p id='others'>
             Show downloads for
             <span class="show_links" id='os_linux'>GNU/Linux</span>&nbsp;|
-            <span class="show_links" id='os_mac'>OS&nbsp;X</span>&nbsp;|
+            <span class="show_links" id='os_mac'>macOS</span>&nbsp;|
             <span class="show_links" id='os_win'>Microsoft&nbsp;Windows</span>&nbsp;|
             <span class="show_links" id='os_all'>All</span>
         </p>
@@ -177,6 +177,12 @@
           {% if MACOS_MIN_SUPPORT is defined %}
           <li><p>Supported OS: <strong>{{ MACOS_MIN_SUPPORT }}</strong> or over</p></li>
           {% endif %}
+          <li>
+            <strong>!IMPORTANT! ⚠️ App Store:</strong> GIMP team does not
+            provide any downloads using Apple's App Store at the moment.
+            Any downloads on the store are created by third party and is
+            not in anyway connected to the GIMP team.
+          </li>
           <li><p>Since version 2.8.2, GIMP runs on macOS (OSX) natively. No X11
           environment is required.</p></li>
           {% if MACOS_FILE_DEVELOPMENT is defined %}
@@ -333,8 +339,10 @@
           You may need to install a torrent client to make use of this file. <a 
href="//en.wikipedia.org/wiki/BitTorrent" title="BitTorrent on Wikipedia">Learn more...</a>
       </li>
       <li>
-        <strong>!IMPORTANT! ⚠️ Microsoft Store:</strong> GIMP team does not provide any downloads using 
Windows Store at the moment. Any downloads on the store
-        are created by third party and is not in anyway connected to the GIMP team.
+        <strong>!IMPORTANT! ⚠️ Microsoft Store:</strong> GIMP team does
+        not provide any downloads using Microsoft Store at the moment.
+        Any downloads on the store are created by third party and is not
+        in anyway connected to the GIMP team.
       </li>
       {% if WINDOWS_FILE_DEVELOPMENT is defined %}
       <li>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]