diff options
Diffstat (limited to 'ash/system/bluetooth/tray_bluetooth.cc')
-rw-r--r-- | ash/system/bluetooth/tray_bluetooth.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ash/system/bluetooth/tray_bluetooth.cc b/ash/system/bluetooth/tray_bluetooth.cc index 2165bcd..d7be2de 100644 --- a/ash/system/bluetooth/tray_bluetooth.cc +++ b/ash/system/bluetooth/tray_bluetooth.cc @@ -46,7 +46,7 @@ class BluetoothDefaultView : public TrayItemMore { if (delegate->GetBluetoothAvailable()) { ui::ResourceBundle& rb = ui::ResourceBundle::GetSharedInstance(); SetLabel(rb.GetLocalizedString(delegate->GetBluetoothEnabled() ? - IDS_ASH_STATUS_TRAY_BLUETOOTH_CONNECTED : + IDS_ASH_STATUS_TRAY_BLUETOOTH_ENABLED : IDS_ASH_STATUS_TRAY_BLUETOOTH_DISABLED)); SetVisible(true); } else { |