mirror of
				https://github.com/godotengine/godot.git
				synced 2025-10-31 13:41:03 +00:00 
			
		
		
		
	Add more translatable text for editor plugins.
This commit is contained in:
		
							parent
							
								
									59ec417e4a
								
							
						
					
					
						commit
						52ad2e5418
					
				
					 8 changed files with 23 additions and 23 deletions
				
			
		|  | @ -840,7 +840,7 @@ SpriteFramesEditorPlugin::SpriteFramesEditorPlugin(EditorNode *p_node) { | |||
| 	editor = p_node; | ||||
| 	frames_editor = memnew(SpriteFramesEditor); | ||||
| 	frames_editor->set_custom_minimum_size(Size2(0, 300) * EDSCALE); | ||||
| 	button = editor->add_bottom_panel_item("SpriteFrames", frames_editor); | ||||
| 	button = editor->add_bottom_panel_item(TTR("SpriteFrames"), frames_editor); | ||||
| 	button->hide(); | ||||
| } | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 geequlim
						geequlim