* 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
This commit is contained in:
2004-06-05 05:55:15 +00:00
parent 4b544c75c0
commit 506b78bfbb
27 changed files with 203 additions and 204 deletions

View File

@@ -81,7 +81,7 @@ void apply_lattice(void)
Base *base;
Object *par;
if(okee("Apply Lattice Deform")==0) return;
if(okee("Apply lattice deformation")==0) return;
base= FIRSTBASE;
while(base) {
@@ -221,7 +221,7 @@ void load_editLatt(void)
void remake_editLatt(void)
{
if(okee("Reload Original data")==0) return;
if(okee("Reload original data")==0) return;
make_editLatt();
allqueue(REDRAWVIEW3D, 0);