From e10460e36fac184cf62910be685e272914d0a542 Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Wed, 12 Feb 2020 18:13:32 +0100 Subject: Rename the "Last Modified" project list sorting option to "Last Edited" The `project.godot` file will always be modified when editing a project, but not when running it. This effectively makes the option sort by last edition date, rather than modification as is typically understood by users. This closes #36127. --- editor/project_manager.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'editor/project_manager.h') diff --git a/editor/project_manager.h b/editor/project_manager.h index b8f7403e27..feeea9695d 100644 --- a/editor/project_manager.h +++ b/editor/project_manager.h @@ -134,7 +134,7 @@ public: enum FilterOption { FILTER_NAME, FILTER_PATH, - FILTER_MODIFIED, + FILTER_EDIT_DATE, }; private: -- cgit v1.2.3