Selaa lähdekoodia

Fix 3D view name typo

Haoyu Qiu 4 vuotta sitten
vanhempi
commit
4b611c4518
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      editor/plugins/spatial_editor_plugin.cpp

+ 1 - 1
editor/plugins/spatial_editor_plugin.cpp

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