summaryrefslogtreecommitdiffhomepage
path: root/src/layout_editor.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/layout_editor.c')
-rw-r--r--src/layout_editor.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/layout_editor.c b/src/layout_editor.c
index e2d7aee..0a40c59 100644
--- a/src/layout_editor.c
+++ b/src/layout_editor.c
@@ -71,7 +71,7 @@ void layout_editor_draw(const char *exePath, UILayout *layout)
}
}
- /* 5: Smart play button (HOLD) */
+ /* 5: Smart play button (Play) */
{
Rectangle r = { layout->smartPlayX,
layout->smartPlayY, 200.0f, 80.0f };
@@ -250,7 +250,7 @@ void layout_editor_draw(const char *exePath, UILayout *layout)
Color f = (dragIndex == 5) ? highlightColor : fillColor;
Rectangle r = { layout->smartPlayX,
layout->smartPlayY, 200.0f, 80.0f };
- draw_label("HOLD", r, f, borderColor);
+ draw_label("Play", r, f, borderColor);
}
/* --- 6: Section nav buttons --- */