Fix T47382: incorrect tooltip for mirror tool in object mode.

This commit is contained in:
Brecht Van Lommel 2016-02-10 21:08:44 +01:00
parent 0ba649549c
commit 389a6a4c92
Notes: blender-bot 2024-03-25 12:30:38 +01:00
Referenced by issue #47382, Mirror tool tooltip in object mode: Mirror selected vertices?
1 changed files with 1 additions and 1 deletions

View File

@ -813,7 +813,7 @@ static void TRANSFORM_OT_mirror(struct wmOperatorType *ot)
{
/* identifiers */
ot->name = "Mirror";
ot->description = "Mirror selected vertices around one or more axes";
ot->description = "Mirror selected items around one or more axes";
ot->idname = OP_MIRROR;
ot->flag = OPTYPE_REGISTER | OPTYPE_UNDO | OPTYPE_BLOCKING;