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-06-05 09:55:15 +0400
committerMatt Ebb <matt@mke3.net>2004-06-05 09:55:15 +0400
commit506b78bfbb6ddfddbe1a84d1fb2964eb586ef5c9 (patch)
treeef4e04693491b03f7248189cbdf097a46499cfe9 /source/blender/src/editdeform.c
parent4b544c75c066a241b6d97b2351eb2b40772e7b4b (diff)
* Big, mundane clean up and edit of (error/ok/etc)
messages and pupmenu()s. Edited spelling and grammar, stylistic consistency, etc. I added the guidelines and rationale that I used to the CMS here: http://www.blender3d.org/cms/Language_and_terminology.338.0.html Next step is to get icons in there, to make it easier to see at a glance what sort of message (and how much attention should be paid to it, or if it can be dismissed with a flick of the mouse, eg. boring remove doubles notifications) mockup: http://mke3.net:9000/blender/ui/controls/error_ok_icons.png
Diffstat (limited to 'source/blender/src/editdeform.c')
-rw-r--r--source/blender/src/editdeform.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/src/editdeform.c b/source/blender/src/editdeform.c
index 9d32ed8c93b..dfdfdf943cb 100644
--- a/source/blender/src/editdeform.c
+++ b/source/blender/src/editdeform.c
@@ -429,7 +429,7 @@ void assign_verts_defgroup (void)
dg=BLI_findlink(&ob->defbase, ob->actdef-1);
if (!dg){
- error ("No vertex group active");
+ error ("No vertex group is active");
return;
}
@@ -522,7 +522,7 @@ void remove_verts_defgroup (int allverts)
dg=BLI_findlink(&ob->defbase, ob->actdef-1);
if (!dg){
- error ("No vertex group active");
+ error ("No vertex group is active");
return;
}