[gnome-user-share/file-sharing-rename] extension: "Personal File Sharing" is just "File Sharing" in 3.22+



commit ce059ac0b1b7d4572f8fd57316ebe1fa98722f46
Author: Jeremy Bicha <jbicha ubuntu com>
Date:   Sun Oct 2 08:51:14 2016 -0400

    extension: "Personal File Sharing" is just "File Sharing" in 3.22+
    
    https://gitlab.gnome.org/GNOME/gnome-control-center/commit/f3b7c161
    
    https://bugzilla.gnome.org/show_bug.cgi?id=772356

 src/share-extension.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/share-extension.c b/src/share-extension.c
index 4aa8d2d..812c9b7 100644
--- a/src/share-extension.c
+++ b/src/share-extension.c
@@ -114,7 +114,7 @@ nautilus_user_share_get_location_widget (NautilusLocationWidgetProvider *iface,
        if (enable == FALSE)
                return NULL;
 
-       bar = nautilus_share_bar_new (_("Turn on Personal File Sharing to share the contents of this folder 
over the network."));
+       bar = nautilus_share_bar_new (_("Turn on File Sharing to share the contents of this folder over the 
network."));
 
        g_signal_connect (bar, "response",
                          G_CALLBACK (bar_response_cb), window);


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