From 4b611c4518160ddaabf402ed03ee5bb6052c4f9f Mon Sep 17 00:00:00 2001 From: Haoyu Qiu Date: Wed, 22 Sep 2021 10:31:48 +0800 Subject: [PATCH] Fix 3D view name typo --- editor/plugins/spatial_editor_plugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editor/plugins/spatial_editor_plugin.cpp b/editor/plugins/spatial_editor_plugin.cpp index ce55037c772..35cbb87cd63 100644 --- a/editor/plugins/spatial_editor_plugin.cpp +++ b/editor/plugins/spatial_editor_plugin.cpp @@ -740,7 +740,7 @@ void SpatialEditorViewport::_update_name() { if (orthogonal) { name = TTR("Left Orthogonal"); } else { - name = TTR("Right Perspective"); + name = TTR("Left Perspective"); } } break; case VIEW_TYPE_RIGHT: {