Minor tweaks to some UI messages...
This commit is contained in:
@@ -111,7 +111,7 @@ static void VIEW3D_OT_pastebuffer(wmOperatorType *ot)
|
||||
/* identifiers */
|
||||
ot->name = "Paste Selection from Buffer";
|
||||
ot->idname = "VIEW3D_OT_pastebuffer";
|
||||
ot->description = "Contents of copybuffer gets pasted";
|
||||
ot->description = "Contents of copy buffer gets pasted";
|
||||
|
||||
/* api callbacks */
|
||||
ot->invoke = WM_operator_confirm;
|
||||
|
||||
@@ -130,7 +130,7 @@ static DerivedMesh *applyModifier(ModifierData *md, Object *ob,
|
||||
return dm;
|
||||
}
|
||||
else if (ELEM(NULL, umd->object_src, umd->object_dst)) {
|
||||
modifier_setError(md, "from/to objects must be set");
|
||||
modifier_setError(md, "From/To objects must be set");
|
||||
return dm;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user