diff options
author | zacryol <60046681+zacryol@users.noreply.github.com> | 2021-12-27 17:51:45 -0700 |
---|---|---|
committer | zacryol <60046681+zacryol@users.noreply.github.com> | 2021-12-28 06:53:59 -0700 |
commit | 54018e40214d1ccf0294d15cd6d5a35fe8bc05c3 (patch) | |
tree | 21a6b91337ab286eee89193c65584b7c7353e632 /editor/editor_node.h | |
parent | 28174d531b7128f0281fc2b88da2f4962fd3513e (diff) |
Reword "Open Project Data Folder" as "Open User Data Folder"
Clarifies that the button opens the user:// dir
and for better consistency with certain ProjectSettings values:
"Use Hidden Project Data Directory" is named similarly, but refers to data within res://
and two values refer to user:// as "User Dir"
(Translations were not updated)
and rename enum value accordingly
Diffstat (limited to 'editor/editor_node.h')
-rw-r--r-- | editor/editor_node.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/editor_node.h b/editor/editor_node.h index d74ec33f25..fa7d852190 100644 --- a/editor/editor_node.h +++ b/editor/editor_node.h @@ -167,7 +167,7 @@ private: RUN_PLAY_SCENE, RUN_PLAY_CUSTOM_SCENE, RUN_SETTINGS, - RUN_PROJECT_DATA_FOLDER, + RUN_USER_DATA_FOLDER, RUN_RELOAD_CURRENT_PROJECT, RUN_PROJECT_MANAGER, RUN_VCS_METADATA, |