summaryrefslogtreecommitdiff
path: root/editor/editor_node.h
diff options
context:
space:
mode:
authorzacryol <60046681+zacryol@users.noreply.github.com>2021-12-27 17:51:45 -0700
committerzacryol <60046681+zacryol@users.noreply.github.com>2021-12-28 06:53:59 -0700
commit54018e40214d1ccf0294d15cd6d5a35fe8bc05c3 (patch)
tree21a6b91337ab286eee89193c65584b7c7353e632 /editor/editor_node.h
parent28174d531b7128f0281fc2b88da2f4962fd3513e (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.h2
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,