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:
authorPablo Vazquez <venomgfx@gmail.com>2018-11-01 18:14:40 +0300
committerPablo Vazquez <venomgfx@gmail.com>2018-11-01 18:14:40 +0300
commit0119f2c49483e1a69ae500d0f553c1cff4a064d9 (patch)
tree4db7ea85187cffb0c057d3ef6bbbeb1541af1f3b /space_view3d_pie_menus
parent87b985c47f2488f959ec6b97379419016db9a4f5 (diff)
UI: Rename "Cursor to Center" to "Cursor to World Origin"
Just labels as well, this time for add-ons.
Diffstat (limited to 'space_view3d_pie_menus')
-rw-r--r--space_view3d_pie_menus/pie_cursor.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/space_view3d_pie_menus/pie_cursor.py b/space_view3d_pie_menus/pie_cursor.py
index e598943f..80ef0c41 100644
--- a/space_view3d_pie_menus/pie_cursor.py
+++ b/space_view3d_pie_menus/pie_cursor.py
@@ -72,9 +72,9 @@ class Snap_CursorMenu(Menu):
text="Selection to Cursor (Keep Offset)", icon='CURSOR').use_offset = True
# 2 - BOTTOM
pie.operator("view3d.snap_cursor_selected_to_center1",
- text="Selected & Cursor to Center", icon='ALIGN')
+ text="Selected & Cursor to World Origin", icon='ALIGN')
# 8 - TOP
- pie.operator("view3d.snap_cursor_to_center", text="Cursor to Center", icon='CLIPUV_DEHLT')
+ pie.operator("view3d.snap_cursor_to_center", text="Cursor to World Origin", icon='CLIPUV_DEHLT')
# 7 - TOP - LEFT
pie.operator("view3d.snap_cursor_to_selected", text="Cursor to Selected", icon='ROTACTIVE')
# 9 - TOP - RIGHT