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

This commit is contained in:
Rémi Verschelde 2021-09-22 08:29:24 +02:00 committed by GitHub
commit 8b31993ef6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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