Merge pull request #52922 from timothyqiu/view-name-typo-3.x
This commit is contained in:
commit
644b054e12
1 changed files with 1 additions and 1 deletions
|
@ -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: {
|
||||
|
|
Loading…
Reference in a new issue