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:
authorMatt Ebb <matt@mke3.net>2004-07-16 06:10:29 +0400
committerMatt Ebb <matt@mke3.net>2004-07-16 06:10:29 +0400
commit146021ea2eba641285167814dae99cef79d7d419 (patch)
tree59595491b0bfb257b06dd33093d7dd9b4e9cae5c /source/blender/src/header_view3d.c
parent688a6de8789989522d1faf61349fc864b962137e (diff)
Details, details...
* Renamed the paint color picker panel to 'Paint' instead of 'Transform Properties' * Minor label edits to the pivot icon menu
Diffstat (limited to 'source/blender/src/header_view3d.c')
-rw-r--r--source/blender/src/header_view3d.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/src/header_view3d.c b/source/blender/src/header_view3d.c
index 271f1eb0500..61abd12a6b7 100644
--- a/source/blender/src/header_view3d.c
+++ b/source/blender/src/header_view3d.c
@@ -3363,8 +3363,8 @@ static char *around_pup(void)
strcat(string, "|3D Cursor %x1");
strcat(string, "|Individual Object Centers %x2");
strcat(string, "|%l");
- strcat(string, "|Median Point, only Ob Centers %x4");
- strcat(string, "|3D Cursor, only Ob Centers %x5");
+ strcat(string, "|Median Point (Only Object Centers) %x4");
+ strcat(string, "|3D Cursor (Only Object Centers) %x5");
return (string);
}