[gnome-shell-extensions] places: Rename 'File System' to 'Computer' and capitalize 'Network'



commit 61ee59f083c76fd46bacef944cb5771cd1ce7ac7
Author: Jeremy Bicha <jbicha ubuntu com>
Date:   Tue Feb 5 23:23:08 2013 -0500

    places: Rename 'File System' to 'Computer' and capitalize 'Network'
    
    The Nautilus sidebar calls it 'Computer' so we should too.
    Use title case for "Browse Network"
    
    https://bugzilla.gnome.org/show_bug.cgi?id=693240

 extensions/places-menu/placeDisplay.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/extensions/places-menu/placeDisplay.js b/extensions/places-menu/placeDisplay.js
index dc878a7..a8b370c 100644
--- a/extensions/places-menu/placeDisplay.js
+++ b/extensions/places-menu/placeDisplay.js
@@ -192,11 +192,11 @@ const PlacesManager = new Lang.Class({
         /* Add standard places */
         this._places.devices.push(new PlaceInfo('devices',
                                                 Gio.File.new_for_path('/'),
-                                                _("File System"),
+                                                _("Computer"),
                                                 'drive-harddisk-symbolic'));
         this._places.network.push(new PlaceInfo('network',
                                                 Gio.File.new_for_uri('network:///'),
-                                                _("Browse network"),
+                                                _("Browse Network"),
                                                 'network-workgroup-symbolic'));
 
         /* first go through all connected drives */



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