[gnome-shell-extensions] places: Rename 'File System' to 'Computer' and capitalize 'Network'
- From: Jeremy Bicha <jbicha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell-extensions] places: Rename 'File System' to 'Computer' and capitalize 'Network'
- Date: Wed, 6 Feb 2013 13:23:30 +0000 (UTC)
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]