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:
authorThomas Dinges <blender@dingto.org>2013-04-11 00:36:22 +0400
committerThomas Dinges <blender@dingto.org>2013-04-11 00:36:22 +0400
commitd7f56d85c2c72bfb17110f80116ae718ad639ce5 (patch)
tree52cd4d82d34e7924762c6ac9790aa00ecb62fd00 /release/scripts/startup/bl_operators/wm.py
parent384e14bc84564e2da8ecd358fc89108cae50a17e (diff)
* Better tooltip for WM_OT_properties_context_change.
Diffstat (limited to 'release/scripts/startup/bl_operators/wm.py')
-rw-r--r--release/scripts/startup/bl_operators/wm.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/startup/bl_operators/wm.py b/release/scripts/startup/bl_operators/wm.py
index 660faecc564..dc708166881 100644
--- a/release/scripts/startup/bl_operators/wm.py
+++ b/release/scripts/startup/bl_operators/wm.py
@@ -1162,7 +1162,7 @@ class WM_OT_properties_add(Operator):
class WM_OT_properties_context_change(Operator):
- "Change the context tab in a Properties Window"
+ "Jump to a different tab inside the properties editor"
bl_idname = "wm.properties_context_change"
bl_label = ""