From 4433b42d6acc9ce73149f16ddb6665c59060e26b Mon Sep 17 00:00:00 2001 From: pcamp Date: Fri, 10 Mar 2023 20:19:40 -0600 Subject: [PATCH] "Search" -> "Search Help" in learning_new_features --- getting_started/introduction/learning_new_features.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/getting_started/introduction/learning_new_features.rst b/getting_started/introduction/learning_new_features.rst index bc9f44b21..9ae70eae5 100644 --- a/getting_started/introduction/learning_new_features.rst +++ b/getting_started/introduction/learning_new_features.rst @@ -30,7 +30,7 @@ available functions and properties when programming. While the manual covers general features, concepts, and how to use the editor, the reference is all about using Godot's scripting API (Application Programming Interface). You can access it both online and offline. We recommend browsing the reference offline, -from within the Godot editor. To do so, go to Help -> Search or press +from within the Godot editor. To do so, go to Help -> Search Help or press :kbd:`F1`. .. image:: img/manual_class_reference_search.png