[gnome-software] trivial: Partially revert previous commit



commit 081bc0a4e2c546ef8bfca1383d7ab36756752583
Author: Kalev Lember <klember redhat com>
Date:   Thu Dec 29 15:52:23 2016 +0100

    trivial: Partially revert previous commit
    
    Only mark one of the strings for translation as the other one isn't user
    visible.

 src/plugins/gs-plugin-fedora-distro-upgrades.c |   12 +++++-------
 1 files changed, 5 insertions(+), 7 deletions(-)
---
diff --git a/src/plugins/gs-plugin-fedora-distro-upgrades.c b/src/plugins/gs-plugin-fedora-distro-upgrades.c
index 16cc302..4ff2d4d 100644
--- a/src/plugins/gs-plugin-fedora-distro-upgrades.c
+++ b/src/plugins/gs-plugin-fedora-distro-upgrades.c
@@ -419,13 +419,11 @@ gs_plugin_add_distro_upgrades (GsPlugin *plugin,
                                    /* TRANSLATORS: this is a title for Fedora distro upgrades */
                                    _("A major upgrade, with new features and added polish."));
                gs_app_set_description (app, GS_APP_QUALITY_LOWEST,
-                                       /* TRANSLATORS: this is a description
-                                        * displayed with Fedora distro upgrades */
-                                       _("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."));
+                                       "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]