diff options
Diffstat (limited to 'editor/plugins/asset_library_editor_plugin.cpp')
-rw-r--r-- | editor/plugins/asset_library_editor_plugin.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editor/plugins/asset_library_editor_plugin.cpp b/editor/plugins/asset_library_editor_plugin.cpp index e6fe554923..f95c915e68 100644 --- a/editor/plugins/asset_library_editor_plugin.cpp +++ b/editor/plugins/asset_library_editor_plugin.cpp @@ -761,8 +761,8 @@ const char *EditorAssetLibrary::sort_text[SORT_MAX] = { TTRC("Least Recently Updated"), TTRC("Name (A-Z)"), TTRC("Name (Z-A)"), - TTRC("License (A-Z)"), // "cost" stores the SPDX license name in the Godot Asset Library. - TTRC("License (Z-A)"), // "cost" stores the SPDX license name in the Godot Asset Library. + TTRC("License (A-Z)"), // "cost" stores the SPDX license name in the Redot Asset Library. + TTRC("License (Z-A)"), // "cost" stores the SPDX license name in the Redot Asset Library. }; const char *EditorAssetLibrary::support_key[SUPPORT_MAX] = { |