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
This commit is contained in:
Jeremy Bicha
2013-02-06 08:21:55 -05:00
parent 7783e99842
commit 61ee59f083
+2 -2
View File
@@ -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 */