[gnome-software: 2/3] gs-app-context-bar: Tweak fallback description




commit bd1f9b29356e55331b97cc1cf4f35eba60747c01
Author: Philip Withnall <pwithnall endlessos org>
Date:   Tue Aug 17 16:51:24 2021 +0100

    gs-app-context-bar: Tweak fallback description
    
    It’s clearer to the user to talk about what the app *can* (probably) do
    than what it *can’t* (probably) do.
    
    In this fallback case, the app has no metadata telling us what it can
    do, so we can only assume it’s a generic desktop app.
    
    Signed-off-by: Philip Withnall <pwithnall endlessos org>
    
    Fixes: #1329

 src/gs-app-context-bar.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/gs-app-context-bar.c b/src/gs-app-context-bar.c
index 112ed6536..936e52cc4 100644
--- a/src/gs-app-context-bar.c
+++ b/src/gs-app-context-bar.c
@@ -545,7 +545,7 @@ update_hardware_support_tile (GsAppContextBar *self)
                } else {
                        icon_name = "desktop-symbolic";
                        title = _("Desktop Only");
-                       description = _("Not optimized for touch devices or phones");
+                       description = _("Works on desktops and laptops");
                        css_class = "grey";
                }
        }


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