mirror of
				https://github.com/SoftFever/OrcaSlicer.git
				synced 2025-10-31 12:41:20 -06:00 
			
		
		
		
	Fixes Spelling Error in Unsaved changes dialog (#5363)
This commit is contained in:
		
							parent
							
								
									89ff8eef10
								
							
						
					
					
						commit
						4412ba0f92
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -133,7 +133,7 @@ void SavePresetDialog::Item::update() | |||
|         if (existing->is_compatible) | ||||
|             info_line = from_u8((boost::format(_u8L("Preset with name \"%1%\" already exists.")) % m_preset_name).str()); | ||||
|         else | ||||
|             info_line = from_u8((boost::format(_u8L("Preset with name \"%1%\" already exists and is imcopatible with selected printer.")) % m_preset_name).str()); | ||||
|             info_line = from_u8((boost::format(_u8L("Preset with name \"%1%\" already exists and is incopatible with selected printer.")) % m_preset_name).str()); | ||||
|         info_line += "\n" + _L("Note: This preset will be replaced after saving"); | ||||
|         m_valid_type = Warning; | ||||
|     } | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Vojtech Bubnik
						Vojtech Bubnik