浏览代码

Merge pull request #52921 from timothyqiu/view-name-typo

Rémi Verschelde 4 年之前
父节点
当前提交
8b31993ef6
共有 1 个文件被更改,包括 1 次插入1 次删除
  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: {