[gnome-control-center] sharing: Drop the "Personal" from "Personal File Sharing" description



commit 40fe964a65451e67350c8d051db0c2922d01f711
Author: Jeremy Bicha <jbicha ubuntu com>
Date:   Mon Oct 3 04:27:53 2016 -0400

    sharing: Drop the "Personal" from "Personal File Sharing" description
    
    https://bugzilla.gnome.org/show_bug.cgi?id=772355

 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 dde601d..8b35c9a 100644
--- a/panels/sharing/cc-sharing-panel.c
+++ b/panels/sharing/cc-sharing-panel.c
@@ -690,7 +690,7 @@ cc_sharing_panel_setup_label (CcSharingPanel *self,
   gchar *text;
 
   if (label == WID ("personal-file-sharing-label"))
-    text = g_strdup_printf (_("Personal File Sharing allows you to share your Public folder with others on 
your current network using: <a href=\"dav://%s\">dav://%s</a>"), hostname, hostname);
+    text = g_strdup_printf (_("File Sharing allows you to share your Public folder with others on your 
current network using: <a href=\"dav://%s\">dav://%s</a>"), hostname, hostname);
   else if (label == WID ("remote-login-label"))
     text = g_strdup_printf (_("When remote login is enabled, remote users can connect using the Secure Shell 
command:\n<a href=\"ssh %s\">ssh %s</a>"), hostname, hostname);
   else if (label == WID ("screen-sharing-label"))
diff --git a/panels/sharing/sharing.ui b/panels/sharing/sharing.ui
index 8d10811..63c311f 100644
--- a/panels/sharing/sharing.ui
+++ b/panels/sharing/sharing.ui
@@ -307,7 +307,7 @@
                 <property name="visible">True</property>
                 <property name="can_focus">False</property>
                 <property name="xalign">0</property>
-                <property name="label">Personal File Sharing allows you to share your Public folder with 
others on your current network using: &lt;a href="dav://%s"&gt;dav://%s&lt;/a&gt;</property>
+                <property name="label">File Sharing allows you to share your Public folder with others on 
your current network using: &lt;a href="dav://%s"&gt;dav://%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]