Use "Full Screen" instead of "Fullscreen"
"Fullscreen", or more correctly "Full-screen", refers to the adjective. In this case, we want the tooltip of the full-screen button to refer to the noun "Full Screen" as this seems to be the convention.
This commit is contained in:
parent
c143a852b1
commit
c88083b86a
4
vnc.html
4
vnc.html
|
@ -149,9 +149,9 @@
|
|||
</div>
|
||||
|
||||
<!-- Toggle fullscreen -->
|
||||
<input type="image" alt="Fullscreen" src="app/images/fullscreen.svg"
|
||||
<input type="image" alt="Full Screen" src="app/images/fullscreen.svg"
|
||||
id="noVNC_fullscreen_button" class="noVNC_button noVNC_hidden"
|
||||
title="Fullscreen">
|
||||
title="Full Screen">
|
||||
|
||||
<!-- Settings -->
|
||||
<input type="image" alt="Settings" src="app/images/settings.svg"
|
||||
|
|
Loading…
Reference in New Issue