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

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Carlisle <carlisle.b3d@gmail.com>2020-07-02 23:10:43 +0300
committerAaron Carlisle <carlisle.b3d@gmail.com>2020-07-02 23:10:58 +0300
commit9128155de32592d84b08426a54ae1e56f02d4635 (patch)
tree83c5e3b50b75dbef39093fe7463a12ee93ac4656 /archimesh
parent7e8663fcbcadbf0095a046d931ead6a817528508 (diff)
UI: Dont abbriviate location & rotation
This resolves one of the last few areas where we still use inappropriate abbreviations. Reading abbreviated words is usually slower, because users must parse, guess and translate the words. Using abbreviations such as 'rot' is also especially bad since it's a word in itself too. The main advantage of abbreviations is that they are faster to *write*, which just isn't a concern for text in the UI.
Diffstat (limited to 'archimesh')
-rw-r--r--archimesh/achm_kitchen_maker.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/archimesh/achm_kitchen_maker.py b/archimesh/achm_kitchen_maker.py
index bf17a554..28118259 100644
--- a/archimesh/achm_kitchen_maker.py
+++ b/archimesh/achm_kitchen_maker.py
@@ -345,7 +345,7 @@ class CabinetProperties(PropertyGroup):
('2', "90 CCW", ""),
('3', "180", ""),
),
- name="Rot",
+ name="Rotate",
description="Rotate cabinet relative to previous one",
)