diff options
author | kevers@chromium.org <kevers@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-21 21:57:35 +0000 |
---|---|---|
committer | kevers@chromium.org <kevers@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-09-21 21:57:35 +0000 |
commit | f7cbc109f93cc064d4508a2a5c6a86943d1295ab (patch) | |
tree | 54cb511cc13a6e5aff528a5f7217972d92df1b9a /ash/system/bluetooth | |
parent | 498bc51b4ff0fb11b7576978c0803713f8c342aa (diff) | |
download | chromium_src-f7cbc109f93cc064d4508a2a5c6a86943d1295ab.zip chromium_src-f7cbc109f93cc064d4508a2a5c6a86943d1295ab.tar.gz chromium_src-f7cbc109f93cc064d4508a2a5c6a86943d1295ab.tar.bz2 |
Update Bluetooth status label in ash system tray.
BUG=151434
Review URL: https://chromiumcodereview.appspot.com/10967046
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158090 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/system/bluetooth')
-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 { |