UI: Remove second person in warning message
This phrasing can feel like an accusation, and a simpler phrase gets across the idea just as well.
This commit is contained in:
		@@ -195,7 +195,7 @@ class AddPresetBase:
 | 
			
		||||
 | 
			
		||||
            # Do not remove bundled presets
 | 
			
		||||
            if is_path_builtin(filepath):
 | 
			
		||||
                self.report({'WARNING'}, "You can't remove the default presets")
 | 
			
		||||
                self.report({'WARNING'}, "Unable to remove default presets")
 | 
			
		||||
                return {'CANCELLED'}
 | 
			
		||||
 | 
			
		||||
            try:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user