Update some strings to match spec

Change-Id: Iba242871fce9c9bca8fbbc5d3ad3f7948f35d3d0
Fix: 36234108
Test: make RunSettingsRoboTests
This commit is contained in:
Fan Zhang
2017-03-15 16:13:46 -07:00
parent 5fa4df348b
commit 50f82ac557
4 changed files with 16 additions and 16 deletions

View File

@@ -113,7 +113,7 @@ public class UsbModePreferenceControllerTest {
preference.setEnabled(true);
mController.updateState(preference);
assertThat(preference.getSummary()).isEqualTo(
mContext.getString(R.string.usb_nothing_connected));
mContext.getString(R.string.disconnected));
}
@Test