From 61ee59f083c76fd46bacef944cb5771cd1ce7ac7 Mon Sep 17 00:00:00 2001 From: Jeremy Bicha Date: Tue, 5 Feb 2013 23:23:08 -0500 Subject: [PATCH] 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 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extensions/places-menu/placeDisplay.js b/extensions/places-menu/placeDisplay.js index dc878a75..a8b370c9 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 */