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:
authorBastien Montagne <montagne29@wanadoo.fr>2013-06-17 14:01:35 +0400
committerBastien Montagne <montagne29@wanadoo.fr>2013-06-17 14:01:35 +0400
commit2091eca9627d818f80e5213fde8f37490707cfc0 (patch)
tree836f9e5b96c656091694616e68b2b5a78f53dc8c /source/blender/editors/space_view3d/view3d_buttons.c
parent2a1d58c14dc8727d3bf080f45c6ab2aeb3827df8 (diff)
Usual UI messages style edits...
Diffstat (limited to 'source/blender/editors/space_view3d/view3d_buttons.c')
-rw-r--r--source/blender/editors/space_view3d/view3d_buttons.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_view3d/view3d_buttons.c b/source/blender/editors/space_view3d/view3d_buttons.c
index 8018be8eb95..2fa901a2f28 100644
--- a/source/blender/editors/space_view3d/view3d_buttons.c
+++ b/source/blender/editors/space_view3d/view3d_buttons.c
@@ -1183,7 +1183,7 @@ static void view3d_panel_vgroup(const bContext *C, Panel *pa)
uiDefIconBut(block, BUT, B_VGRP_PNL_DELETE_SINGLE + i, ICON_X,
xco, yco, (x = UI_UNIT_X), UI_UNIT_Y,
- NULL, 0, 0, 0, 0, TIP_("Delete this weight from the vertex."));
+ NULL, 0, 0, 0, 0, TIP_("Delete this weight from the vertex"));
xco += x;
yco -= UI_UNIT_Y;