[gnome-software] Don't set distro upgrade descriptions



commit ef02a62725af5bf8ddb6e92c627d972c008f5715
Author: Kalev Lember <klember redhat com>
Date:   Thu Mar 1 17:42:57 2018 +0100

    Don't set distro upgrade descriptions
    
    We don't show them anywhere in the UI and translators keep asking why
    they aren't marked for translation.
    
    Thanks to Piotr Drąg for pointing it out!

 plugins/dummy/gs-plugin-dummy.c                                     | 6 ------
 .../fedora-pkgdb-collections/gs-plugin-fedora-pkgdb-collections.c   | 6 ------
 2 files changed, 12 deletions(-)
---
diff --git a/plugins/dummy/gs-plugin-dummy.c b/plugins/dummy/gs-plugin-dummy.c
index beb3da7b..e238ab54 100644
--- a/plugins/dummy/gs-plugin-dummy.c
+++ b/plugins/dummy/gs-plugin-dummy.c
@@ -790,12 +790,6 @@ gs_plugin_add_distro_upgrades (GsPlugin *plugin,
        gs_app_set_name (app, GS_APP_QUALITY_LOWEST, "Fedora");
        gs_app_set_summary (app, GS_APP_QUALITY_NORMAL,
                            "A major upgrade, with new features and added polish.");
-       gs_app_set_description (app, GS_APP_QUALITY_LOWEST,
-                               "Dummy Core is a unfinished, overdesigned, "
-                               "hard to use operating system unikernel for "
-                               "Apollo industrial flight computers, with an "
-                               "incomplete set of tools for almost everyone "
-                               "including idiots of all kinds.");
        gs_app_set_url (app, AS_URL_KIND_HOMEPAGE,
                        "https://fedoraproject.org/wiki/Releases/24/Schedule";);
        gs_app_add_quirk (app, AS_APP_QUIRK_NEEDS_REBOOT);
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 d524affe..fc644ad4 100644
--- a/plugins/fedora-pkgdb-collections/gs-plugin-fedora-pkgdb-collections.c
+++ b/plugins/fedora-pkgdb-collections/gs-plugin-fedora-pkgdb-collections.c
@@ -309,12 +309,6 @@ _create_upgrade_from_info (GsPlugin *plugin, PkgdbItem *item)
        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."));
-       gs_app_set_description (app, GS_APP_QUALITY_LOWEST,
-                               "Fedora Workstation is a polished, "
-                               "easy to use operating system for "
-                               "laptop and desktop computers, with a "
-                               "complete set of tools for developers "
-                               "and makers of all kinds.");
        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]