Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillermo S. Romero <gsr.b3d@infernal-iceberg.com>2009-10-25 03:24:56 +0300
committerGuillermo S. Romero <gsr.b3d@infernal-iceberg.com>2009-10-25 03:24:56 +0300
commit4815e07b6f59cb8f1a1f2490173480eff17974da (patch)
treee2c92f9231f807425048e628499e3cff12e9972d /source/blender/editors/uvedit
parent4aa7ddfe33716b16d8c0646d0049c38a13835df3 (diff)
Fix minor typos.
Diffstat (limited to 'source/blender/editors/uvedit')
-rw-r--r--source/blender/editors/uvedit/uvedit_ops.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/uvedit/uvedit_ops.c b/source/blender/editors/uvedit/uvedit_ops.c
index 66f67030d7f..8eef80d2912 100644
--- a/source/blender/editors/uvedit/uvedit_ops.c
+++ b/source/blender/editors/uvedit/uvedit_ops.c
@@ -2982,7 +2982,7 @@ static int set_2d_cursor_invoke(bContext *C, wmOperator *op, wmEvent *event)
void UV_OT_cursor_set(wmOperatorType *ot)
{
/* identifiers */
- ot->name= "Set 3D Cursor";//Should this be 2d?
+ ot->name= "Set 2D Cursor";
ot->description= "Set 2D cursor location.";
ot->idname= "UV_OT_cursor_set";