[gtk-web/new-website] Reword the Features copy



commit 258c76864a4365a735f8f618f11f606fccd83adb
Author: Emmanuele Bassi <ebassi gnome org>
Date:   Fri Jan 24 14:55:48 2020 +0000

    Reword the Features copy

 collections/_pages/features.html | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/collections/_pages/features.html b/collections/_pages/features.html
index c32c166..23b7e78 100644
--- a/collections/_pages/features.html
+++ b/collections/_pages/features.html
@@ -32,7 +32,7 @@ page_main_heading_description: Thanks to all the hard work by the community, GTK
           <h6 class="text-muted small font-weight-normal letter-spacing-custom">{{ 'graphics' | upcase 
}}</h6>
           <h1 class="font-weight-light mb-3 font-underline">High DPI/4K Support</h1>
           <br><br>
-          <span class="text-muted">Starting from v4, the support for HiDPI has been improved. The extra 
crispness adds to the already well defined user experience.</span>
+          <span class="text-muted">GTK supports HiDPI displays. The extra crispness adds to the already well 
defined user experience.</span>
           <br><br>
           <a href="https://wiki.gnome.org/HowDoI/HiDpi/"; class="btn btn-primary btn-sm">Enable Hi-DPI 
Support in GTK Apps</a>
       </div>
@@ -56,7 +56,7 @@ page_main_heading_description: Thanks to all the hard work by the community, GTK
         <h6 class="text-muted small font-weight-normal letter-spacing-custom">{{ 'movement' | upcase }}</h6>
         <h1 class="font-weight-light mb-3 font-underline">Gestures</h1>
         <br><br>
-        <span class="text-muted">In GTK, pointer and touch events are handled indistinctly, making your apps 
work on touchscreens out of the box.</span>
+        <span class="text-muted">In GTK, pointer and touch events are handled seamlessly, making your apps 
work on various kinds of input devices out of the box.</span>
       </div>
       <div class="col-lg-7">
         <img src="{{ '/assets/img/gestures.png' | prepend: site.url }}" class="img-fluid w-100 shadow" 
alt="GTK Features" />
@@ -70,7 +70,7 @@ page_main_heading_description: Thanks to all the hard work by the community, GTK
         <h6 class="text-muted small font-weight-normal letter-spacing-custom">{{ 'performance' | upcase 
}}</h6>
         <h1 class="font-weight-light mb-3 font-underline">Hardware Accelerated Rendering</h1>
         <br><br>
-        <span class="text-muted">The internal logic of the Vulkan renderer has been reworked to use textures 
instead of cairo surfaces for intermediate results and thus avoid more cairo fallbacks.</span>
+        <span class="text-muted">GTK will always use the most efficient way to draw your applications, to 
maximize performance and take advantage of your hardware.</span>
       </div>
     </div>
   </div>


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