mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-11-02 20:51:23 -07:00 
			
		
		
		
	Improve repeated quick slice menu item text
This commit is contained in:
		
							parent
							
								
									314772b314
								
							
						
					
					
						commit
						5ef495a601
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -70,7 +70,7 @@ sub OnInit {
 | 
				
			||||||
        $fileMenu->Append(2, "Export Config…");
 | 
					        $fileMenu->Append(2, "Export Config…");
 | 
				
			||||||
        $fileMenu->AppendSeparator();
 | 
					        $fileMenu->AppendSeparator();
 | 
				
			||||||
        $fileMenu->Append(3, "Quick Slice…");
 | 
					        $fileMenu->Append(3, "Quick Slice…");
 | 
				
			||||||
        $fileMenu->Append(4, "Quick Slice (last file)");
 | 
					        $fileMenu->Append(4, "Repeat Last Quick Slice");
 | 
				
			||||||
        $fileMenu->Append(5, "Quick Slice and Save As…");
 | 
					        $fileMenu->Append(5, "Quick Slice and Save As…");
 | 
				
			||||||
        $fileMenu->AppendSeparator();
 | 
					        $fileMenu->AppendSeparator();
 | 
				
			||||||
        $fileMenu->Append(6, "Slice to SVG…");
 | 
					        $fileMenu->Append(6, "Slice to SVG…");
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue