[gnome-software] Update Fedora distro upgrades text



commit ad5f36ee154c259cf3c59c98f071bcc0fbe16b34
Author: Kalev Lember <klember redhat com>
Date:   Tue Oct 9 12:47:04 2018 +0200

    Update Fedora distro upgrades text
    
    ... as per aday's suggestions.

 plugins/fedora-pkgdb-collections/gs-plugin-fedora-pkgdb-collections.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/plugins/fedora-pkgdb-collections/gs-plugin-fedora-pkgdb-collections.c 
b/plugins/fedora-pkgdb-collections/gs-plugin-fedora-pkgdb-collections.c
index 1f5b129f..f45a2439 100644
--- a/plugins/fedora-pkgdb-collections/gs-plugin-fedora-pkgdb-collections.c
+++ b/plugins/fedora-pkgdb-collections/gs-plugin-fedora-pkgdb-collections.c
@@ -305,7 +305,7 @@ _create_upgrade_from_info (GsPlugin *plugin, PkgdbItem *item)
        gs_app_set_name (app, GS_APP_QUALITY_LOWEST, item->name);
        gs_app_set_summary (app, GS_APP_QUALITY_LOWEST,
                            /* TRANSLATORS: this is a title for Fedora distro upgrades */
-                           _("Upgrade your Fedora system to the latest features and improvements."));
+                           _("Upgrade for the latest features, performance and stability improvements."));
        gs_app_set_version (app, app_version);
        gs_app_set_size_installed (app, 1024 * 1024 * 1024); /* estimate */
        gs_app_set_size_download (app, 256 * 1024 * 1024); /* estimate */


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