Fix localization issues with disabled
Change-Id: Iba63b50000f546a1e323c855462841e82fce4df8 Fixes: 27948378
This commit is contained in:
@@ -518,7 +518,7 @@ public final class BluetoothSettings extends DeviceListPreferenceFragment implem
|
||||
}
|
||||
|
||||
private CharSequence getSummary() {
|
||||
return mContext.getString(!mEnabled ? R.string.disabled
|
||||
return mContext.getString(!mEnabled ? R.string.bluetooth_disabled
|
||||
: mConnected ? R.string.bluetooth_connected
|
||||
: R.string.bluetooth_disconnected);
|
||||
}
|
||||
|
Reference in New Issue
Block a user