[gnome-control-center] sharing: Update "Screen Sharing" dialog description



commit 612ac49205b5ab401cda6981779586e8933df1ff
Author: Felipe Borges <felipeborges gnome org>
Date:   Thu May 26 11:47:19 2016 +0200

    sharing: Update "Screen Sharing" dialog description
    
    To match the new designs at
    https://wiki.gnome.org/Design/SystemSettings/Sharing
    
    https://bugzilla.gnome.org/show_bug.cgi?id=767646

 panels/sharing/cc-sharing-panel.c |    2 +-
 panels/sharing/sharing.ui         |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/panels/sharing/cc-sharing-panel.c b/panels/sharing/cc-sharing-panel.c
index 3370634..4373bd6 100644
--- a/panels/sharing/cc-sharing-panel.c
+++ b/panels/sharing/cc-sharing-panel.c
@@ -681,7 +681,7 @@ cc_sharing_panel_setup_label (CcSharingPanel *self,
   else if (label == WID ("remote-login-label"))
     text = g_strdup_printf (_("Allow remote users to connect using the Secure Shell command:\n<a href=\"ssh 
%s\">ssh %s</a>"), hostname, hostname);
   else if (label == WID ("screen-sharing-label"))
-    text = g_strdup_printf (_("Allow remote users to view or control your screen by connecting to: <a 
href=\"vnc://%s\">vnc://%s</a>"), hostname, hostname);
+    text = g_strdup_printf (_("Screen sharing allows remote users to view or control your screen by 
connecting to <a href=\"vnc://%s\">vnc://%s</a>"), hostname, hostname);
   else
     g_assert_not_reached ();
 
diff --git a/panels/sharing/sharing.ui b/panels/sharing/sharing.ui
index e2c76be..700e319 100644
--- a/panels/sharing/sharing.ui
+++ b/panels/sharing/sharing.ui
@@ -501,7 +501,7 @@
                     <property name="visible">True</property>
                     <property name="can_focus">False</property>
                     <property name="xalign">0</property>
-                    <property name="label">Allow remote users to view or control your screen by connecting 
to: &lt;a href="vnc://%s"&gt;vnc://%s&lt;/a&gt;</property>
+                    <property name="label">Screen sharing allows remote users to view or control your screen 
by connecting to: &lt;a href="vnc://%s"&gt;vnc://%s&lt;/a&gt;</property>
                     <property name="use_markup">True</property>
                     <property name="wrap">True</property>
                     <property name="max-width-chars">40</property>


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