about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--help.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/help.lua b/help.lua
index e55973e..e9725b7 100644
--- a/help.lua
+++ b/help.lua
@@ -103,11 +103,11 @@ function draw_help_with_mouse_pressed(drawing)
     y = y + Line_height
   end
   if Current_drawing_mode ~= 'rectangle' then
-    love.graphics.print("* Press 'g' to switch to drawing rectangles", 16+30,y)
+    love.graphics.print("* Press 'r' to switch to drawing rectangles", 16+30,y)
     y = y + Line_height
   end
   if Current_drawing_mode ~= 'square' then
-    love.graphics.print("* Press 'g' to switch to drawing squares", 16+30,y)
+    love.graphics.print("* Press 's' to switch to drawing squares", 16+30,y)
     y = y + Line_height
   end
   love.graphics.setColor(0,0.5,0, 0.1)