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:
Hugo Locurcio 2020-05-10 20:12:25 +02:00
parent 6a0473bcc2
commit 2962819d1c
2 changed files with 6 additions and 5 deletions

View file

@ -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,