mirror of
				https://github.com/godotengine/godot.git
				synced 2025-10-31 21:51:22 +00:00 
			
		
		
		
	Change ".." punctuation for "..." in editor strings (#16507)
(cherry picked from commit 1c419531a0)
			
			
This commit is contained in:
		
							parent
							
								
									e09170dffa
								
							
						
					
					
						commit
						403f7dc35f
					
				
					 39 changed files with 203 additions and 203 deletions
				
			
		|  | @ -400,7 +400,7 @@ MeshInstanceEditor::MeshInstanceEditor() { | |||
| 	options->get_popup()->add_separator(); | ||||
| 	options->get_popup()->add_item(TTR("Create Navigation Mesh"), MENU_OPTION_CREATE_NAVMESH); | ||||
| 	options->get_popup()->add_separator(); | ||||
| 	options->get_popup()->add_item(TTR("Create Outline Mesh.."), MENU_OPTION_CREATE_OUTLINE_MESH); | ||||
| 	options->get_popup()->add_item(TTR("Create Outline Mesh..."), MENU_OPTION_CREATE_OUTLINE_MESH); | ||||
| 	options->get_popup()->add_separator(); | ||||
| 	options->get_popup()->add_item(TTR("View UV1"), MENU_OPTION_DEBUG_UV1); | ||||
| 	options->get_popup()->add_item(TTR("View UV2"), MENU_OPTION_DEBUG_UV2); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Hugo Locurcio
						Hugo Locurcio