mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 19:52:45 +00:00 
			
		
		
		
	 02d94a303c
			
		
	
	
		02d94a303c
		
	
	
	
	
		
			
			Corrects a slew of titles, buttons, labels, menu items and status bars for capitalization, ellipses and punctuation. Rewords a few actions and dialogs to use uniform language and punctuation.
		
			
				
	
	
		
			24 lines
		
	
	
	
		
			451 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
	
		
			451 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| @GUI::Widget {
 | |
|     name: "wizards_tab"
 | |
|     layout: @GUI::VerticalBoxLayout {
 | |
|         margins: [4]
 | |
|     }
 | |
| 
 | |
|     @GUI::GroupBox {
 | |
|         layout: @GUI::VerticalBoxLayout {
 | |
|             margins: [6]
 | |
|         }
 | |
| 
 | |
|         @GUI::Button {
 | |
|             name: "wizard_button"
 | |
|             text: "Start Wizard"
 | |
|         }
 | |
| 
 | |
|         @GUI::HorizontalSeparator {}
 | |
| 
 | |
|         @GUI::TextEditor {
 | |
|             name: "wizard_output"
 | |
|             mode: "ReadOnly"
 | |
|         }
 | |
|     }
 | |
| }
 |