summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelipe Borges <felipeborges@gnome.org>2023-05-10 11:24:19 +0200
committerFelipe Borges <felipeborges@gnome.org>2023-05-15 13:37:17 +0200
commit073cf028a2b07001f5f2d97f7f8343b15b7932ac (patch)
treeecb0a06f2147f9f80d60a7deeec45a41e399ab92
parent36938d53d63f8aaaed48a831574d2940361cd4a2 (diff)
downloadgnome-control-center-073cf028a2b07001f5f2d97f7f8343b15b7932ac.tar.gz
sharing: Add subtitle to each panel row
Fixes #2407
-rw-r--r--panels/sharing/cc-sharing-panel.ui4
1 files changed, 4 insertions, 0 deletions
diff --git a/panels/sharing/cc-sharing-panel.ui b/panels/sharing/cc-sharing-panel.ui
index 7a2d27a3a..ecc27fb88 100644
--- a/panels/sharing/cc-sharing-panel.ui
+++ b/panels/sharing/cc-sharing-panel.ui
@@ -20,6 +20,7 @@
<object class="CcListRow" id="personal_file_sharing_row">
<property name="icon-name">folder-remote-symbolic</property>
<property name="show-arrow">True</property>
+ <property name="subtitle" translatable="yes">Share files with other devices on the current network</property>
<property name="use-underline">True</property>
<property name="title" translatable="yes">_File Sharing</property>
<signal name="activated" handler="gtk_window_present" object="personal_file_sharing_dialog"/>
@@ -29,6 +30,7 @@
<object class="CcListRow" id="remote_desktop_row">
<property name="icon-name">preferences-desktop-remote-desktop-symbolic</property>
<property name="show-arrow">True</property>
+ <property name="subtitle" translatable="yes">View and control the desktop from another device</property>
<property name="use-underline">True</property>
<property name="title" translatable="yes">Remote _Desktop</property>
<signal name="activated" handler="gtk_window_present" object="remote_desktop_dialog"/>
@@ -38,6 +40,7 @@
<object class="CcListRow" id="media_sharing_row">
<property name="icon-name">applications-multimedia-symbolic</property>
<property name="show-arrow">True</property>
+ <property name="subtitle" translatable="yes">Stream music, photos and videos to devices on the current network</property>
<property name="use-underline">True</property>
<property name="title" translatable="yes">_Media Sharing</property>
<signal name="activated" handler="gtk_window_present" object="media_sharing_dialog"/>
@@ -47,6 +50,7 @@
<object class="CcListRow" id="remote_login_row">
<property name="icon-name">utilities-terminal-symbolic</property>
<property name="show-arrow">True</property>
+ <property name="subtitle" translatable="yes">Enable SSH access for this device</property>
<property name="use-underline">True</property>
<property name="title" translatable="yes">_Remote Login</property>
<signal name="activated" handler="gtk_window_present" object="remote_login_dialog"/>