[FL-2345] Archive: rename left button in delete scene #1132
Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
		
							parent
							
								
									e8499e4ede
								
							
						
					
					
						commit
						1e30ebc5a3
					
				| @ -20,7 +20,7 @@ void archive_scene_delete_on_enter(void* context) { | |||||||
|     ArchiveApp* app = (ArchiveApp*)context; |     ArchiveApp* app = (ArchiveApp*)context; | ||||||
| 
 | 
 | ||||||
|     widget_add_button_element( |     widget_add_button_element( | ||||||
|         app->widget, GuiButtonTypeLeft, "Back", archive_scene_delete_widget_callback, app); |         app->widget, GuiButtonTypeLeft, "Cancel", archive_scene_delete_widget_callback, app); | ||||||
|     widget_add_button_element( |     widget_add_button_element( | ||||||
|         app->widget, GuiButtonTypeRight, "Delete", archive_scene_delete_widget_callback, app); |         app->widget, GuiButtonTypeRight, "Delete", archive_scene_delete_widget_callback, app); | ||||||
| 
 | 
 | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Dmitry Pavlov
						Dmitry Pavlov