[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [51869] trunk/blender/source/blender/ editors/space_image/image_ops.c: Image Editor Operators:

Thomas Dinges blender at dingto.org
Sun Nov 4 19:05:29 CET 2012


Revision: 51869
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=51869
Author:   dingto
Date:     2012-11-04 18:05:25 +0000 (Sun, 04 Nov 2012)
Log Message:
-----------
Image Editor Operators:
* Tool tip improvements for two operators.

Patch [#33077] by Harley Acheson, thanks! 

Modified Paths:
--------------
    trunk/blender/source/blender/editors/space_image/image_ops.c

Modified: trunk/blender/source/blender/editors/space_image/image_ops.c
===================================================================
--- trunk/blender/source/blender/editors/space_image/image_ops.c	2012-11-04 17:23:07 UTC (rev 51868)
+++ trunk/blender/source/blender/editors/space_image/image_ops.c	2012-11-04 18:05:25 UTC (rev 51869)
@@ -618,7 +618,7 @@
 	/* 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 @@
 	/* 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;




More information about the Bf-blender-cvs mailing list