Rename the editor action "Revert Scene" to "Reload Saved Scene"
This option can be used to workaround various issues with stuff not reloading properly when changes are made. The option was renamed to clarify the fact that it actually reloads the scene saved on the filesystem.
This commit is contained in:
parent
6a0473bcc2
commit
2962819d1c
2 changed files with 6 additions and 5 deletions
|
|
@ -152,7 +152,7 @@ private:
|
|||
FILE_EXTERNAL_OPEN_SCENE,
|
||||
EDIT_UNDO,
|
||||
EDIT_REDO,
|
||||
EDIT_REVERT,
|
||||
EDIT_RELOAD_SAVED_SCENE,
|
||||
TOOLS_ORPHAN_RESOURCES,
|
||||
TOOLS_CUSTOM,
|
||||
RESOURCE_SAVE,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue