mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-31 04:31:15 -06:00 
			
		
		
		
	Follow-up 88d5f40b7c - Small fix for text formatting
				
					
				
			This commit is contained in:
		
							parent
							
								
									ca530717e0
								
							
						
					
					
						commit
						e199dd5b20
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -333,9 +333,9 @@ void show_substitutions_info(const ConfigSubstitutions& config_substitutions, co | |||
| 	if (!changes.IsEmpty()) | ||||
| 	changes += "\n\n"; | ||||
| 
 | ||||
| 	wxString message = format(_L("Loading <b>%1%</b> file found incompatibilities.\n" | ||||
| 	wxString message = format(_L("Loading %1% file found incompatibilities.\n" | ||||
| 								 "To recover this file, incompatible values were changed to default values:%2%" | ||||
| 							     "But data in files won't be changed until you save them in PrusaSlicer."), from_u8(filename), changes); | ||||
| 							     "But data in files won't be changed until you save them in PrusaSlicer."), bold(from_u8(filename)), changes); | ||||
| 
 | ||||
| 	InfoDialog msg(nullptr, message); | ||||
| 	msg.ShowModal(); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 YuSanka
						YuSanka