From abb38e4dba65a6580b82027b3dccc85a8b43dbf4 Mon Sep 17 00:00:00 2001 From: Simon Gardling Date: Tue, 12 Apr 2022 15:28:53 -0400 Subject: [PATCH] update text.json --- assets/text.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/assets/text.json b/assets/text.json index 20b575b..57fc2cb 100644 --- a/assets/text.json +++ b/assets/text.json @@ -16,7 +16,8 @@ "help_function": [ "- The 'X' button before the '∫' button allows you to delete the function in question. Deleting a function is prevented if only 1 function exists.", "- The ∫ button (between the 'X' and 'd/dx' buttons) indicates whether to integrate the function in question.", - "- The 'd/dx' button next to the function input indicates whether or not calculating the derivative is enabled or not." + "- The 'd/dx' button next to the gear icon indicates whether or not calculating the derivative is enabled or not.", + "- The gear icon next to the function input allows you to tweak settings in relation to the selected function." ], "help_other": [ "- Extrema (local minimums and maximums) and Roots (intersections with the x-axis) are displayed though yellow and light blue points on the graph. You can toggle these in the Side Panel.",