Skip to content

Commit 204aba1

Browse files
MeorgeMickeon
andcommitted
Update modules/gdscript/gdscript_warning.cpp [no ci]
Co-authored-by: Micky <[email protected]>
1 parent a3186c4 commit 204aba1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/gdscript/gdscript_warning.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ String GDScriptWarning::get_message() const {
163163
case ONREADY_WITH_EXPORT:
164164
return R"("@onready" will set the default value after "@export" takes effect and will override it.)";
165165
case DEPRECATED_IDENTIFIER:
166-
return R"(This identifier is deprecated, dont use it)";
166+
return R"(This identifier is deprecated. See its documentation for more information and alternatives.)";
167167
#ifndef DISABLE_DEPRECATED
168168
// Never produced. These warnings migrated from 3.x by mistake.
169169
case PROPERTY_USED_AS_FUNCTION: // There is already an error.

0 commit comments

Comments
 (0)