Skip to content

Commit

Permalink
AppSettingsView: update descriptions (#226)
Browse files Browse the repository at this point in the history
* AppSettingsView: update descriptions

* Update AppSettingsView.vala
  • Loading branch information
danirabbit authored Mar 31, 2024
1 parent 11537e4 commit c528eb0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/Permissions/Widgets/AppSettingsView.vala
Original file line number Diff line number Diff line change
Expand Up @@ -98,31 +98,31 @@ public class Permissions.Widgets.AppSettingsView : Switchboard.SettingsPage {

switch (settings.context) {
case "filesystems=home":
description = _("Access your entire Home folder, including any hidden folders.");
description = _("Including all documents, downloads, music, pictures, videos, and any hidden folders.");
icon_name = "user-home";
break;
case "filesystems=host":
description = _("Access system folders, not including the operating system or system internals. This includes users' Home folders.");
description = _("Including everyone's Home folders, but not including system internals.");
icon_name = "drive-harddisk";
break;
case "devices=all":
description = _("Access all devices, such as webcams, microphones, and connected USB devices.");
description = _("Manage all connected devices, such as webcams, microphones, and USB devices.");
icon_name = "camera-web";
break;
case "shared=network":
description = _("Access the Internet and local networks.");
description = _("Connect to the Internet and local networks.");
icon_name = "preferences-system-network";
break;
case "features=bluetooth":
description = _("Manage Bluetooth devices including pairing, unpairing, and discovery.");
icon_name = "bluetooth";
break;
case "sockets=cups":
description = _("Access printers.");
description = _("Manage printers and see the print queue.");
icon_name = "printer";
break;
case "sockets=ssh-auth":
description = _("Access other devices on the network via SSH.");
description = _("Connect to other devices on the network via SSH.");
icon_name = "utilities-terminal";
break;
case "devices=dri":
Expand Down

0 comments on commit c528eb0

Please sign in to comment.