This info is shown while dragging, so should stay where it was.
This commit is contained in:
Julian Eisel
2016-07-31 18:35:38 +02:00
parent 0f2ff52c08
commit dda2d1dbea

View File

@@ -4517,7 +4517,7 @@ void VIEW3D_OT_background_image_add(wmOperatorType *ot)
/* identifiers */
/* note: having key shortcut here is bad practice,
* but for now keep because this displays when dragging an image over the 3D viewport */
ot->name = "Add Background Image";
ot->name = "Add Background Image (Ctrl for Empty Object)";
ot->description = "Add a new background image (Ctrl for Empty Object)";
ot->idname = "VIEW3D_OT_background_image_add";