Color correction improvement (5/n)
"Use Color correction" should be replaced by "Correct colors" Bug: 145968068 Bug: 147988288 Test: make RunSettingsRoboTests2 Change-Id: I90ef36a99b34a82eb9f29f8b79d9aaa8d56441d1
This commit is contained in:
@@ -325,9 +325,8 @@ public final class ToggleDaltonizerPreferenceFragment extends ToggleFeaturePrefe
|
||||
|
||||
@Override
|
||||
protected void updateSwitchBarText(SwitchBar switchBar) {
|
||||
final String switchBarText = getString(R.string.accessibility_service_master_switch_title,
|
||||
getString(R.string.accessibility_display_daltonizer_preference_title));
|
||||
switchBar.setSwitchBarText(switchBarText, switchBarText);
|
||||
switchBar.setSwitchBarText(R.string.accessibility_daltonizer_master_switch_title,
|
||||
R.string.accessibility_daltonizer_master_switch_title);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Reference in New Issue
Block a user