From ae20a992717e41aee3112ea9171418f3479d1c20 Mon Sep 17 00:00:00 2001
From: amandaghassaei <amandaghassaei@gmail.com>
Date: Mon, 27 Jun 2016 14:01:50 -0400
Subject: [PATCH] small changes

---
 js/menus/contextMenu/CellContextMenu.html | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/js/menus/contextMenu/CellContextMenu.html b/js/menus/contextMenu/CellContextMenu.html
index b99a4b28..b89309d1 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
-- 
GitLab