From badbf816b867ffeb5920a1575d0159ec516b2819 Mon Sep 17 00:00:00 2001 From: Yevgeny Makarov Date: Fri, 11 Dec 2020 07:35:44 -0800 Subject: UI: Consistent Range Descriptions Unifying range descriptions as a value 'to' a value. Differential Revision: https://developer.blender.org/D9771 Reviewed by Julian Eisel --- release/scripts/startup/bl_operators/object.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'release') diff --git a/release/scripts/startup/bl_operators/object.py b/release/scripts/startup/bl_operators/object.py index 87973ac2c45..0f5785c7498 100644 --- a/release/scripts/startup/bl_operators/object.py +++ b/release/scripts/startup/bl_operators/object.py @@ -223,7 +223,7 @@ class SelectHierarchy(Operator): class SubdivisionSet(Operator): - """Sets a Subdivision Surface Level (1-5)""" + """Sets a Subdivision Surface level (1 to 5)""" bl_idname = "object.subdivision_set" bl_label = "Subdivision Set" -- cgit v1.2.3