diff --git a/js/menus/contextMenu/CellContextMenu.html b/js/menus/contextMenu/CellContextMenu.html index b99a4b2899852b98fc91f97ce5bb6be7ac249237..b89309d1a69c05c3645d1fa0ea48276ae4bb7117 100644 --- a/js/menus/contextMenu/CellContextMenu.html +++ b/js/menus/contextMenu/CellContextMenu.html @@ -1,7 +1,7 @@ <ul> - <li><a href="#" data-axis="x" class="rotateCell">Rotate X (Red)</a></li> - <li><a href="#" data-axis="y" class="rotateCell">Rotate Y (Green)</a></li> - <li><a href="#" data-axis="z" class="rotateCell">Rotate Z (Blue)</a></li> + <li><a href="#" data-axis="x" class="rotateCell">Rotate Red</a></li> + <li><a href="#" data-axis="y" class="rotateCell">Rotate Green</a></li> + <li><a href="#" data-axis="z" class="rotateCell">Rotate Blue</a></li> <li class="divider"></li> <li><a href="#" id="deleteCell">Delete Cell</a></li> </ul> \ No newline at end of file