[gnome-software/1335-highlight-when-a-runtime-is-out-of-date] Apply 2 suggestion(s) to 2 file(s)



commit 9c75aea7c78261a4662511fb3e18cf6201ee2f2b
Author: Philip Withnall <philip tecnocode co uk>
Date:   Wed Sep 15 14:06:47 2021 +0000

    Apply 2 suggestion(s) to 2 file(s)

 src/gs-app-context-bar.c       | 2 +-
 src/gs-safety-context-dialog.c | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/gs-app-context-bar.c b/src/gs-app-context-bar.c
index 78b2f3518..aed100c3f 100644
--- a/src/gs-app-context-bar.c
+++ b/src/gs-app-context-bar.c
@@ -400,7 +400,7 @@ update_safety_tile (GsAppContextBar *self)
                                      SAFETY_UNSAFE,
                                      /* Translators: This indicates an app or its runtime reached its end of 
life.
                                       * It’s used in a context tile, so should be short. */
-                                     _("Software has reached end-of-life"));
+                                     _("Software no longer supported"));
 
        g_assert (descriptions->len > 0);
 
diff --git a/src/gs-safety-context-dialog.c b/src/gs-safety-context-dialog.c
index f2917e7e1..8ff8fc707 100644
--- a/src/gs-safety-context-dialog.c
+++ b/src/gs-safety-context-dialog.c
@@ -335,7 +335,7 @@ update_permissions_list (GsSafetyContextDialog *self)
                            /* Translators: This indicates an app uses an outdated SDK.
                             * It’s used in a context tile, so should be short. */
                            _("Insecure Dependencies"),
-                           _("Uses an outdated SDK version that is no longer supported and may be insecure"),
+                           _("Software or its dependencies are no longer supported and may be insecure"),
                            NULL, NULL, NULL);
 
        /* Update the UI. */


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