Merge "Change the wording from "Stop casting" to "Stop"" into rvc-dev

This commit is contained in:
tim peng
2020-04-21 05:51:25 +00:00
committed by Android (Google) Code Review

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