Skip to content

Commit

Permalink
Merge pull request #52922 from timothyqiu/view-name-typo-3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
akien-mga authored Sep 22, 2021
2 parents dd0ee48 + 4b611c4 commit 644b054
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor/plugins/spatial_editor_plugin.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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: {
Expand Down

0 comments on commit 644b054

Please sign in to comment.