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