Inconsistency in toolTips shown in Full screen view v/s normal view
Format Place -> The normal view | Fullscreen view
timeSlider -> "Position" | "Adjust the current playback position" \
volumeSlider -> "Volume: x%" | "Adjust the volume" \
playButton -> "Play" or "Pause" | "Play/Pause the current media" \
previousButton -> "Backward" | "Go to the previous item" \
nextButton -> "Forward" | "Go to next item" \
fullScreenButton -> "Fullscreen" | "Leave fullscreen mode"
Also note, in case the Fullscreen tooltips are retained,
- There is
thein the previousButton tooltip but not in the nextButton tooltip - The time should be reflected in timerSlider toolTip and volume level in volumeSlider tooltip
I would like to work on this. Kindly give feedback on what should be the expected string values
PS: I did not solve it in #19964 (closed) and #9499 as generally as a practice, I thought that I should not make any other changes than the ones explicitly mentioned in the problem. (Kindly let me know if I should just remove this and solve these errors there)