1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-10 13:00:37 +00:00

Fix 3D view name typo

This commit is contained in:
Haoyu Qiu
2021-09-22 10:30:48 +08:00
parent c1e6c2c49a
commit 1032c8535b

View File

@@ -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: {