Merge "Change the wording from "Stop casting" to "Stop"" into rvc-dev am: 58f9d0c7b9 am: 434ec84186 am: ae08d2a6e0 am: 7e2f5f34be

Change-Id: I0c7019c121a2a87a2fd52c3c15e1c12c14c97476
This commit is contained in:
tim peng
2020-04-21 07:01:43 +00:00
committed by Automerger Merge Worker

View File

@@ -167,7 +167,7 @@ public class MediaOutputPanel implements PanelContent, LocalMediaManager.DeviceC
@Override
public CharSequence getCustomizedButtonTitle() {
return mContext.getText(R.string.media_output_panel_stop_casting_button);
return mContext.getText(R.string.service_stop);
}
@Override