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 fec8d4b897..b5227bf266 100644 --- a/editor/plugins/asset_library_editor_plugin.cpp +++ b/editor/plugins/asset_library_editor_plugin.cpp @@ -763,8 +763,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] = { |