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:
Hans Goudey 2020-09-29 16:21:58 -05:00
parent 53804b333a
commit 1b6480ebb7
1 changed files with 1 additions and 1 deletions

View File

@ -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: