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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user