Skip to content

Commit b63001f

Browse files
committed
Fix C# diagnostic messages to match 4.2
1 parent c631f75 commit b63001f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

tutorials/scripting/c_sharp/diagnostics/GD0001.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
GD0001: Missing partial modifier on declaration of type which is a subclass of GodotObject
2-
==========================================================================================
1+
GD0001: Missing partial modifier on declaration of type that derives from GodotObject
2+
=====================================================================================
33

44
==================================== ======================================
55
Value

tutorials/scripting/c_sharp/diagnostics/GD0002.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
GD0002: Missing partial modifier on declaration of type which contains one or more subclasses of GodotObject
2-
============================================================================================================
1+
GD0002: Missing partial modifier on declaration of type which contains nested classes that derive from GodotObject
2+
==================================================================================================================
33

44
==================================== ======================================
55
Value

0 commit comments

Comments
 (0)