Merge pull request #52922 from timothyqiu/view-name-typo-3.x

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

View file

@ -740,7 +740,7 @@ void SpatialEditorViewport::_update_name() {
if (orthogonal) {
name = TTR("Left Orthogonal");
} else {
name = TTR("Right Perspective");
name = TTR("Left Perspective");
}
} break;
case VIEW_TYPE_RIGHT: {