[gnome-initial-setup/mcatanzaro/drivers] software: reword third-party software sources message




commit c9339e0d6dde0899ab40f5587a57ea80d59db7cd
Author: Michael Catanzaro <mcatanzaro redhat com>
Date:   Mon Nov 22 12:24:10 2021 -0600

    software: reword third-party software sources message
    
    Users are getting confused, thinking that we are enabling extra firmware
    sources, when in fact we do not. Problem is we say that we do. So...
    don't say that.
    
    Part-of: <https://gitlab.gnome.org/GNOME/gnome-initial-setup/-/merge_requests/127>

 gnome-initial-setup/pages/software/gis-software-page.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gnome-initial-setup/pages/software/gis-software-page.c 
b/gnome-initial-setup/pages/software/gis-software-page.c
index 28f807b1..d911f649 100644
--- a/gnome-initial-setup/pages/software/gis-software-page.c
+++ b/gnome-initial-setup/pages/software/gis-software-page.c
@@ -110,7 +110,7 @@ gis_software_page_locale_changed (GisPage *gis_page)
   GisSoftwarePagePrivate *priv = gis_software_page_get_instance_private (page);
 
   gis_page_set_title (GIS_PAGE (page), _("Third-Party Repositories"));
-  g_object_set (priv->header, "subtitle", _("Third-party repositories provide access to additional software 
from selected external sources. They include popular apps, as well as firmware that is important for some 
devices. Some proprietary software is included."), NULL);
+  g_object_set (priv->header, "subtitle", _("Third-party repositories provide access to additional software 
from selected external sources, including popular apps and drivers that are important for some devices. Some 
proprietary software is included."), NULL);
 }
 
 static gboolean


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