Image Editor Operators:

* Tool tip improvements for two operators.

Patch [#33077] by Harley Acheson, thanks!
This commit is contained in:
Thomas Dinges 2012-11-04 18:05:25 +00:00
parent e76b99e7b0
commit 35c6e592e3

@ -618,7 +618,7 @@ void IMAGE_OT_view_all(wmOperatorType *ot)
/* identifiers */
ot->name = "View All";
ot->idname = "IMAGE_OT_view_all";
ot->description = "View the whole picture";
ot->description = "View the entire image";
/* api callbacks */
ot->exec = image_view_all_exec;
@ -805,7 +805,7 @@ void IMAGE_OT_view_zoom_ratio(wmOperatorType *ot)
/* identifiers */
ot->name = "View Zoom Ratio";
ot->idname = "IMAGE_OT_view_zoom_ratio";
ot->description = "Set zoom ration of the view";
ot->description = "Set zoom ratio of the view";
/* api callbacks */
ot->exec = image_view_zoom_ratio_exec;