mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 13:38:02 +02:00
Adjust menu Item name
Action "Rotate as the Next Clicked Surface" has been changed for: "Rotate as Next Clicked Surface" For now, it will be that. This feature might evolve soon to include a translation to the clicked surface. So the name will eventually change again.
This commit is contained in:
parent
0db2d6f041
commit
ff7cf2fcd6
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@
|
||||||
<div class="menu-separator"></div>
|
<div class="menu-separator"></div>
|
||||||
<button class="menu-button" id="rotateAsTheNextClickedSurface" >
|
<button class="menu-button" id="rotateAsTheNextClickedSurface" >
|
||||||
<div class = "menu-item">
|
<div class = "menu-item">
|
||||||
<div class = "menu-item-caption">Rotate As The Next Clicked Surface</div>
|
<div class = "menu-item-caption">Rotate as Next Clicked Surface</div>
|
||||||
<div class = "menu-item-shortcut">0</div>
|
<div class = "menu-item-shortcut">0</div>
|
||||||
</div>
|
</div>
|
||||||
</button>
|
</button>
|
||||||
|
|
Loading…
Reference in a new issue