summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHaoyu Qiu <timothyqiu32@gmail.com>2021-09-22 10:30:48 +0800
committerHaoyu Qiu <timothyqiu32@gmail.com>2021-09-22 10:30:48 +0800
commit1032c8535b48f4cbfad12b93f4ece2503b190bf9 (patch)
tree5fdc49d6852e0ebff1ed6209ae733cd416d34f43
parentc1e6c2c49a7a2c05649d79733e7edda382aa92df (diff)
Fix 3D view name typo
-rw-r--r--editor/plugins/node_3d_editor_plugin.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/plugins/node_3d_editor_plugin.cpp b/editor/plugins/node_3d_editor_plugin.cpp
index cae8df1193..231c5c4f72 100644
--- a/editor/plugins/node_3d_editor_plugin.cpp
+++ b/editor/plugins/node_3d_editor_plugin.cpp
@@ -818,7 +818,7 @@ void Node3DEditorViewport::_update_name() {
if (orthogonal) {
name = TTR("Left Orthogonal");
} else {
- name = TTR("Right Perspective");
+ name = TTR("Left Perspective");
}
} break;
case VIEW_TYPE_RIGHT: {