mirror of
				https://github.com/godotengine/godot.git
				synced 2025-10-31 21:51:22 +00:00 
			
		
		
		
	Modified editor strings to be translatable in the future
This commit is contained in:
		
							parent
							
								
									c7e8def446
								
							
						
					
					
						commit
						567cb691ec
					
				
					 96 changed files with 2135 additions and 2103 deletions
				
			
		|  | @ -87,7 +87,7 @@ CameraEditor::CameraEditor() { | |||
| 	preview = memnew( Button ); | ||||
| 	add_child(preview); | ||||
| 
 | ||||
| 	preview->set_text("Preview"); | ||||
| 	preview->set_text(TTR("Preview")); | ||||
| 	preview->set_toggle_mode(true); | ||||
| 	preview->set_anchor(MARGIN_LEFT,Control::ANCHOR_END); | ||||
| 	preview->set_anchor(MARGIN_RIGHT,Control::ANCHOR_END); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Juan Linietsky
						Juan Linietsky