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:
authorBastien Montagne <montagne29@wanadoo.fr>2012-06-04 23:43:12 +0400
committerBastien Montagne <montagne29@wanadoo.fr>2012-06-04 23:43:12 +0400
commit6f0ad4ff0f53e4e2499d3e92c5cbad7582d36b9a (patch)
tree23503bc733c9b8b4e8f6ecf749d4419bfa2fa764 /source/blender/editors/mask/mask_select.c
parent4e338e894f9fb0fa18e5594c2648b05c8f92d4c5 (diff)
A few UI messages fixes.
Diffstat (limited to 'source/blender/editors/mask/mask_select.c')
-rw-r--r--source/blender/editors/mask/mask_select.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/mask/mask_select.c b/source/blender/editors/mask/mask_select.c
index 143bfec0ccc..55e09529320 100644
--- a/source/blender/editors/mask/mask_select.c
+++ b/source/blender/editors/mask/mask_select.c
@@ -208,7 +208,7 @@ static int select_all_exec(bContext *C, wmOperator *op)
void MASK_OT_select_all(wmOperatorType *ot)
{
/* identifiers */
- ot->name = "Select or Deselect All";
+ ot->name = "(De)select All";
ot->description = "Change selection of all curve points";
ot->idname = "MASK_OT_select_all";