Browse Source

Fix 3D view name typo

Haoyu Qiu 4 years ago
parent
commit
1032c8535b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      editor/plugins/node_3d_editor_plugin.cpp

+ 1 - 1
editor/plugins/node_3d_editor_plugin.cpp

@@ -818,7 +818,7 @@ void Node3DEditorViewport::_update_name() {
 			if (orthogonal) {
 			if (orthogonal) {
 				name = TTR("Left Orthogonal");
 				name = TTR("Left Orthogonal");
 			} else {
 			} else {
-				name = TTR("Right Perspective");
+				name = TTR("Left Perspective");
 			}
 			}
 		} break;
 		} break;
 		case VIEW_TYPE_RIGHT: {
 		case VIEW_TYPE_RIGHT: {