[gnome-shell] network: Improve labels for Bluetooth devices



commit 841e0132e90f210b329ac5c5f023d8576b50021c
Author: Florian Müllner <fmuellner gnome org>
Date:   Fri Oct 23 17:17:51 2015 +0200

    network: Improve labels for Bluetooth devices
    
    Bluetooth is not "Mobile Broadband", so rename the settings link
    accordingly. Also use a more assertive connect label.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=757019

 js/ui/status/network.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/js/ui/status/network.js b/js/ui/status/network.js
index 3ce228c..6f42aea 100644
--- a/js/ui/status/network.js
+++ b/js/ui/status/network.js
@@ -621,7 +621,7 @@ const NMDeviceBluetooth = new Lang.Class({
     _init: function(client, device, settings) {
         this.parent(client, device, settings);
 
-        this.item.menu.addMenuItem(createSettingsAction(_("Mobile Broadband Settings"), device));
+        this.item.menu.addMenuItem(createSettingsAction(_("Bluetooth Settings"), device));
     },
 
     _getDescription: function() {
@@ -629,7 +629,7 @@ const NMDeviceBluetooth = new Lang.Class({
     },
 
     getConnectLabel: function() {
-        return _("Use as Internet connection");
+        return _("Connect to Internet");
     },
 
     getIndicatorIcon: function() {


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