| Index: chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc
|
| diff --git a/chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc b/chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc
|
| index 3d57d2c16639a8a92a926c962ff555a10bff77fe..a9333494a0d26b5836c0e18fc1ca59f10f30881f 100644
|
| --- a/chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc
|
| +++ b/chrome/browser/ui/webui/settings/md_settings_localized_strings_provider.cc
|
| @@ -319,6 +319,7 @@ void AddAppearanceStrings(content::WebUIDataSource* html_source,
|
| void AddBluetoothStrings(content::WebUIDataSource* html_source) {
|
| LocalizedString localized_strings[] = {
|
| {"bluetoothAccept", IDS_OPTIONS_SETTINGS_BLUETOOTH_ACCEPT_PASSKEY},
|
| + {"bluetoothConnected", IDS_SETTINGS_BLUETOOTH_CONNECTED},
|
| {"bluetoothConnecting", IDS_SETTINGS_BLUETOOTH_CONNECTING},
|
| {"bluetoothDisabled", IDS_SETTINGS_BLUETOOTH_DISABLED},
|
| {"bluetoothDisconnect", IDS_OPTIONS_SETTINGS_BLUETOOTH_DISCONNECT},
|
| @@ -327,6 +328,7 @@ void AddBluetoothStrings(content::WebUIDataSource* html_source) {
|
| {"bluetoothExpandA11yLabel",
|
| IDS_SETTINGS_BLUETOOTH_EXPAND_ACCESSIBILITY_LABEL},
|
| {"bluetoothNoDevices", IDS_SETTINGS_BLUETOOTH_NO_DEVICES},
|
| + {"bluetoothNotConnected", IDS_SETTINGS_BLUETOOTH_NOT_CONNECTED},
|
| {"bluetoothPageTitle", IDS_SETTINGS_BLUETOOTH},
|
| {"bluetoothPair", IDS_SETTINGS_BLUETOOTH_PAIR},
|
| {"bluetoothPairDevice", IDS_SETTINGS_BLUETOOTH_PAIR_DEVICE},
|
|
|