mirror of
				https://github.com/godotengine/godot.git
				synced 2025-10-30 21:21:10 +00:00 
			
		
		
		
	i18n: Proofreading of all strings
Done to ensure that no important identifiers are translatable, to fix compound strings using the new vformat() function, and some general English proofreading here and there.
This commit is contained in:
		
							parent
							
								
									bc8df8feaa
								
							
						
					
					
						commit
						94c34ff890
					
				
					 66 changed files with 427 additions and 425 deletions
				
			
		|  | @ -2523,7 +2523,7 @@ ScriptEditor::ScriptEditor(EditorNode *p_editor) { | |||
| 	site_search->set_text(TTR("Tutorials")); | ||||
| 	site_search->connect("pressed",this,"_menu_option",varray(SEARCH_WEBSITE)); | ||||
| 	menu_hb->add_child(site_search); | ||||
| 	site_search->set_tooltip(TTR("Open http://www.godotengine.org at tutorials section.")); | ||||
| 	site_search->set_tooltip(TTR("Open https://godotengine.org at tutorials section.")); | ||||
| 
 | ||||
| 	class_search = memnew( ToolButton ); | ||||
| 	class_search->set_text(TTR("Classes")); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Rémi Verschelde
						Rémi Verschelde