[gnome-software/wip/kalev/missing-permission-strings] Add missing permission strings



commit 905afcddcd6ba3686844e96eecbb5755ad0b50b7
Author: Kalev Lember <klember redhat com>
Date:   Fri Mar 1 14:06:48 2019 +0100

    Add missing permission strings
    
    GS_APP_PERMISSIONS_SYSTEM_BUS and SESSION_BUS only had "..."
    placeholders as explanation text.

 src/gs-details-page.c  | 4 ++--
 src/gs-update-dialog.c | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/src/gs-details-page.c b/src/gs-details-page.c
index 3b0490b0..f643f6db 100644
--- a/src/gs-details-page.c
+++ b/src/gs-details-page.c
@@ -954,8 +954,8 @@ static struct {
        const char *subtitle;
 } permission_display_data[] = {
   { GS_APP_PERMISSIONS_NETWORK, N_("Network"), N_("Can communicate over the network") },
-  { GS_APP_PERMISSIONS_SYSTEM_BUS, N_("System Services"), N_("...") },
-  { GS_APP_PERMISSIONS_SESSION_BUS, N_("Session Services"), N_("...") },
+  { GS_APP_PERMISSIONS_SYSTEM_BUS, N_("System Services"), N_("Can access D-Bus services on the system bus") 
},
+  { GS_APP_PERMISSIONS_SESSION_BUS, N_("Session Services"), N_("Can access D-Bus services on the session 
bus") },
   { GS_APP_PERMISSIONS_DEVICES, N_("Devices"), N_("Can access system device files") },
   { GS_APP_PERMISSIONS_HOME_FULL, N_("Home folder"), N_("Can view, edit and create files") },
   { GS_APP_PERMISSIONS_HOME_READ, N_("Home folder"), N_("Can view files") },
diff --git a/src/gs-update-dialog.c b/src/gs-update-dialog.c
index 3d46248d..36b9beb5 100644
--- a/src/gs-update-dialog.c
+++ b/src/gs-update-dialog.c
@@ -90,8 +90,8 @@ static struct {
         const char *subtitle;
 } permission_display_data[] = {
   { GS_APP_PERMISSIONS_NETWORK, N_("Network"), N_("Can communicate over the network") },
-  { GS_APP_PERMISSIONS_SYSTEM_BUS, N_("System Services"), N_("...") },
-  { GS_APP_PERMISSIONS_SESSION_BUS, N_("Session Services"), N_("...") },
+  { GS_APP_PERMISSIONS_SYSTEM_BUS, N_("System Services"), N_("Can access D-Bus services on the system bus") 
},
+  { GS_APP_PERMISSIONS_SESSION_BUS, N_("Session Services"), N_("Can access D-Bus services on the session 
bus") },
   { GS_APP_PERMISSIONS_DEVICES, N_("Devices"), N_("Can access system device files") },
   { GS_APP_PERMISSIONS_HOME_FULL, N_("Home folder"), N_("Can view, edit and create files") },
   { GS_APP_PERMISSIONS_HOME_READ, N_("Home folder"), N_("Can view files") },


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