fix [#32289] Border Zoom, Zoom Border or Zoom to Border?

pedantic report but may as well name them the same.
This commit is contained in:
Campbell Barton
2012-08-10 11:43:53 +00:00
parent c8cdad1748
commit bec90b40c3

View File

@@ -2685,7 +2685,7 @@ static int view3d_zoom_border_invoke(bContext *C, wmOperator *op, wmEvent *event
void VIEW3D_OT_zoom_border(wmOperatorType *ot)
{
/* identifiers */
ot->name = "Border Zoom";
ot->name = "Zoom to Border";
ot->description = "Zoom in the view to the nearest object contained in the border";
ot->idname = "VIEW3D_OT_zoom_border";