Change volume panel title from "Volume" to "Sound"
Bug: 150337735 Test: manual Change-Id: Icc457c2c1aae21282261549de47eeaf9c7219887
This commit is contained in:
@@ -48,7 +48,7 @@ public class VolumePanel implements PanelContent {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public CharSequence getTitle() {
|
public CharSequence getTitle() {
|
||||||
return mContext.getText(R.string.volume_connectivity_panel_title);
|
return mContext.getText(R.string.sound_settings);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
Reference in New Issue
Block a user