瀏覽代碼

Fix 3D view name typo

Haoyu Qiu 4 年之前
父節點
當前提交
1032c8535b
共有 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) {
 				name = TTR("Left Orthogonal");
 			} else {
-				name = TTR("Right Perspective");
+				name = TTR("Left Perspective");
 			}
 		} break;
 		case VIEW_TYPE_RIGHT: {