[gnome-boxes] props-page-widget: 'Devices' -> 'Devices & Shares'



commit 40dda4e33cf0dae7c25d4d5718c382561f8c906d
Author: Visarion Alexandru <viorel visarion gmail com>
Date:   Mon Nov 21 18:22:06 2016 +0200

    props-page-widget: 'Devices' -> 'Devices & Shares'
    
    Change the 'DEVICES' page name to 'Devices & Shares', in order to
    accomodate the new 'Folder Sharing' section.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=730259

 src/properties-page-widget.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/properties-page-widget.vala b/src/properties-page-widget.vala
index 85f4049..825ab34 100644
--- a/src/properties-page-widget.vala
+++ b/src/properties-page-widget.vala
@@ -20,7 +20,7 @@ private class Boxes.PropertiesPageWidget: Gtk.Box {
             break;
 
         case PropertiesPage.DEVICES:
-            name = _("Devices");
+            name = _("Devices & Shares");
             break;
 
         case PropertiesPage.SNAPSHOTS:


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