[Bf-blender-cvs] [81ad8164418] lanpr-under-gp: UI: Remove second person in warning message

Hans Goudey noreply at git.blender.org
Fri Oct 2 07:40:26 CEST 2020


Commit: 81ad8164418f67202cbb8e44848e08f6dce8eae1
Author: Hans Goudey
Date:   Tue Sep 29 16:21:58 2020 -0500
Branches: lanpr-under-gp
https://developer.blender.org/rB81ad8164418f67202cbb8e44848e08f6dce8eae1

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.

===================================================================

M	release/scripts/startup/bl_operators/presets.py

===================================================================

diff --git a/release/scripts/startup/bl_operators/presets.py b/release/scripts/startup/bl_operators/presets.py
index 243fad076cc..989cacd8765 100644
--- a/release/scripts/startup/bl_operators/presets.py
+++ b/release/scripts/startup/bl_operators/presets.py
@@ -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:



More information about the Bf-blender-cvs mailing list