mirror of
				https://github.com/godotengine/godot.git
				synced 2025-10-31 13:41:03 +00:00 
			
		
		
		
	Fix upper/lowercase in some UI strings
Note: I was tempted to also change "Align with View" since we use the word "With" with uppercase in "Align Selection With View". However I believe "With" should be lower case and the old stripg (Align Selection ...) is the one to be fixed.
This commit is contained in:
		
							parent
							
								
									d111d59640
								
							
						
					
					
						commit
						5b6e7935d1
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -5605,7 +5605,7 @@ SpatialEditor::SpatialEditor(EditorNode *p_editor) { | |||
| 	ED_SHORTCUT("spatial_editor/front_view", TTR("Front View"), KEY_KP_1); | ||||
| 	ED_SHORTCUT("spatial_editor/left_view", TTR("Left View"), KEY_MASK_ALT + KEY_KP_3); | ||||
| 	ED_SHORTCUT("spatial_editor/right_view", TTR("Right View"), KEY_KP_3); | ||||
| 	ED_SHORTCUT("spatial_editor/switch_perspective_orthogonal", TTR("Switch Perspective/Orthogonal view"), KEY_KP_5); | ||||
| 	ED_SHORTCUT("spatial_editor/switch_perspective_orthogonal", TTR("Switch Perspective/Orthogonal View"), KEY_KP_5); | ||||
| 	ED_SHORTCUT("spatial_editor/insert_anim_key", TTR("Insert Animation Key"), KEY_K); | ||||
| 	ED_SHORTCUT("spatial_editor/focus_origin", TTR("Focus Origin"), KEY_O); | ||||
| 	ED_SHORTCUT("spatial_editor/focus_selection", TTR("Focus Selection"), KEY_F); | ||||
|  | @ -5626,7 +5626,7 @@ SpatialEditor::SpatialEditor(EditorNode *p_editor) { | |||
| 	hbc_menu->add_child(transform_menu); | ||||
| 
 | ||||
| 	p = transform_menu->get_popup(); | ||||
| 	p->add_shortcut(ED_SHORTCUT("spatial_editor/snap_to_floor", TTR("Snap object to floor"), KEY_PAGEDOWN), MENU_SNAP_TO_FLOOR); | ||||
| 	p->add_shortcut(ED_SHORTCUT("spatial_editor/snap_to_floor", TTR("Snap Object to Floor"), KEY_PAGEDOWN), MENU_SNAP_TO_FLOOR); | ||||
| 	p->add_shortcut(ED_SHORTCUT("spatial_editor/configure_snap", TTR("Configure Snap...")), MENU_TRANSFORM_CONFIGURE_SNAP); | ||||
| 	p->add_separator(); | ||||
| 	p->add_shortcut(ED_SHORTCUT("spatial_editor/transform_dialog", TTR("Transform Dialog...")), MENU_TRANSFORM_DIALOG); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Dalai Felinto
						Dalai Felinto