Bladeren bron

Merge pull request #6820 from hughowens/UpdateTutorialTextMonoToDotnet

Update references to "Mono" menu item to "Dotnet"
Yuri Sizov 2 jaren geleden
bovenliggende
commit
d91b6d4058
1 gewijzigde bestanden met toevoegingen van 4 en 4 verwijderingen
  1. 4 4
      tutorials/scripting/c_sharp/c_sharp_basics.rst

+ 4 - 4
tutorials/scripting/c_sharp/c_sharp_basics.rst

@@ -67,7 +67,7 @@ external IDE or editor, such as  `Visual Studio Code <https://code.visualstudio.
 or MonoDevelop. These provide autocompletion, debugging, and other
 useful features for C#. To select an external editor in Godot,
 click on **Editor → Editor Settings** and scroll down to
-**Mono**. Under **Mono**, click on **Editor**, and select your
+**Dotnet**. Under **Dotnet**, click on **Editor**, and select your
 external editor of choice. Godot currently supports the following
 external editors:
 
@@ -88,7 +88,7 @@ After reading the "Prerequisites" section, you can download and install
 
 In Godot's **Editor → Editor Settings** menu:
 
-- Set **Mono** -> **Editor** -> **External Editor** to **JetBrains Rider**.
+- Set **Dotnet** -> **Editor** -> **External Editor** to **JetBrains Rider**.
 
 In Rider:
 
@@ -103,7 +103,7 @@ After reading the "Prerequisites" section, you can download and install
 
 In Godot's **Editor → Editor Settings** menu:
 
-- Set **Mono** -> **Editor** -> **External Editor** to **Visual Studio Code**.
+- Set **Dotnet** -> **Editor** -> **External Editor** to **Visual Studio Code**.
 
 In Visual Studio Code:
 
@@ -139,7 +139,7 @@ While installing Visual Studio, select these workloads:
 
 In Godot's **Editor → Editor Settings** menu:
 
-- Set **Mono** -> **Editor** -> **External Editor** to **Visual Studio**.
+- Set **Dotnet** -> **Editor** -> **External Editor** to **Visual Studio**.
 
 Next, you can download the Godot Visual Studio extension from github
 `here <https://github.com/godotengine/godot-csharp-visualstudio/releases>`__.