Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans Goudey <h.goudey@me.com>2020-09-30 00:21:58 +0300
committerHans Goudey <h.goudey@me.com>2020-09-30 00:21:58 +0300
commit1b6480ebb76db1769d7bb88be2ac932a3c558fe6 (patch)
treea0265f870b911cc2a45017ab1d5da653487a8f4b /release
parent53804b333a1fe8075fba932ea55b29e8d1e00dad (diff)
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.
Diffstat (limited to 'release')
-rw-r--r--release/scripts/startup/bl_operators/presets.py2
1 files changed, 1 insertions, 1 deletions
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: