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

Fix 3D view name typo

This commit is contained in:
Haoyu Qiu
2021-09-22 10:31:48 +08:00
parent dd0ee48728
commit 4b611c4518

View File

@@ -740,7 +740,7 @@ void SpatialEditorViewport::_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: {